Creates a new AdsParameter object.
public AdsParameter CreateParameter();
Remarks
The parameter that is returned by this call must be added to the parameter collection (AdsCommand.Parameters).
Example
See AdsCommand.Parameters for an example.
See Also