ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaParameterCollection class
A value indicating whether an AsaParameter exists in the collection.
bool Contains( object value )
bool Contains( string value )
value The value of the AsaParameter object to find. In syntax 2, this is the name.
True if the collection contains the AsaParameter. Otherwise, it is false.
Syntax 1 implements IList.Contains
Syntax 2 implements IDataParameterCollection.Contains