Advanced.Data.Provider Documentation | |
AdpParameterCollection.IndexOf Method
[This is preliminary documentation and subject to change.]
Gets the location of a AdpParameter in the collection.
[Visual Basic]NotOverridable Public Function IndexOf( _
ByVal
parameterName As
String _
) As
Integer Implements _
IDataParameterCollection.IndexOf
[C#]public
int IndexOf(
string parameterName);
Parameters
- parameterName
- The name of the AdpParameter to find.
Return Value
The zero-based location of the AdpParameter within the collection.
Implements
IDataParameterCollection.IndexOf
See Also
AdpParameterCollection Class | Advanced.Data.Provider Namespace