AdsParameterCollection.Add( string, object )
Advantage .NET Data Provider
Adds a new AdsParameter with the given name and value to the collection.
public AdsParameter Add
(
string parameterName, // (I) parameter name
object value // (I) parameter value
);
Remarks
This returns a reference to the newly created parameter.