'Declaration Public Overloads Overrides NotOverridable Function IndexOf( _ ByVal parameterName As String _ ) As Integer
'Usage Dim instance As TdParameterCollection Dim parameterName As String Dim value As Integer value = instance.IndexOf(parameterName)
public override int IndexOf( string parameterName )
public: int IndexOf( String^ parameterName ) override
Parameters
- parameterName
- Specifies the parameter name.
Return Value
Returns the zero-based position of the TdParameter object in
the collection; otherwise -1.