AdsParameterCollection.Add( object )
Advantage .NET Data Provider
Adds the given AdsParameter to the collection.
public int Add( object value );
Remarks
The method returns the collection index of the newly added parameter. If the value is not of type AdsParameter, an InvalidCastException will be thrown.