Identifies the location of the AseParameter in the collection.
int IndexOf( object value )
int IndexOf( string parameterName )
value: The AseParameter object to locate.
parameterName: The name of the AseParameter object to locate.
The zero-based location of the AseParameter in the collection.
Syntax 1 implements IList.IndexOf.
Syntax 2 implements IDataParameterCollection.IndexOf.