AdsParameterCollection.IndexOf

Advantage .NET Data Provider

  Previous topic Next topic  

Gets the location of the AdsParameter in the collection with a specific parameter name.

public int IndexOf( string parameterName );

Remarks

This returns the zero-based index of the parameter. It returns –1 if it is not found.