Mimer SQL Data Provider
IndexOf(String) Method




Mimer.Data.Client Namespace > MimerParameterCollection Class > IndexOf Method : IndexOf(String) Method
The parameter name to look for.
Gets the index to the MimerParameter object in the collection with the specified parameter name.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function IndexOf( _
   ByVal parameterName As String _
) As Integer
public override int IndexOf( 
   string parameterName
)
public function IndexOf( 
    parameterName: String
): Integer; override; 
public override function IndexOf( 
   parameterName : String
) : int;
public: int IndexOf( 
   string* parameterName
) override 

Parameters

parameterName
The parameter name to look for.

Return Value

The zero-based index of the MimerParameter in the collection. If not found, -1 is returned.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members
Overload List