Adds a new AdsParameter with the given one-based index (for unnamed parameters) and value to the collection.
public AdsParameter Add
(
int iIndex, // (I) index of the parameter (one-based)
object value // (I) parameter value
);
Remarks
This returns a reference to the newly created parameter.