IndexOf Method

Identifies the location of the AseParameter in the collection.

Syntax 1

int IndexOf( object value )

Syntax 2

int IndexOf( string parameterName )

Parameters

Return Value

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

Implements

  • Syntax 1 implements IList.IndexOf.

  • Syntax 2 implements IDataParameterCollection.IndexOf.