Adds a new AdsParameter with the given name, type, size, and source column to the collection.
public AdsParameter Add
(
string parameterName, // (I) parameter name
DbType dbType, // (I) param type
int iSize, // (I) width of parameter
string sourceColumn // (I) name to map to source table
);
Remarks
This returns a reference to the newly created parameter.