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();
The caller must call Open method of the ActiveConnection property.
The following example creates an ADOCommand, clones it, executes it, then cancels the execution.
ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace