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