ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaParameterCollection class
The location of the AsaParameter in the collection.
int IndexOf( object value )
int IndexOf( string parameterName )
value The AsaParameter object to locate.
parameterName The name of the AsaParameter object to locate.
The zero-based location of the AsaParameter in the collection.
Syntax 1 implements IList.IndexOf
Syntax 2 implements IDataParameterCollection.IndexOf