Contents Index Count property Insert method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaParameterCollection class

IndexOf method


Description 

The location of the AsaParameter in the collection.

Syntax 1 

int IndexOf( object value )

Syntax 2 

int IndexOf( string parameterName )

Parameters 

value    The AsaParameter object to locate.

parameterName    The name of the AsaParameter object to locate.

Return Value 

The zero-based location of the AsaParameter in the collection.

Implements 

Syntax 1 implements IList.IndexOf

Syntax 2 implements IDataParameterCollection.IndexOf


Contents Index Count property Insert method