NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOCommand.ResetParameters

Refreshes the collection of Parameters for the command.

[Visual Basic]
Overrides Public Sub ResetParameters()
[C#]
public override void ResetParameters();
[C++]
public: override void ResetParameters();
[JScript]
public override function ResetParameters();

Remarks

The caller must call Open method of the ActiveConnection property.

Example

The following example creates an ADOCommand, clones it, executes it, then cancels the execution.

See Also

ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace