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!

DBCommand.ResetParameters

When overridden in a derived class, resets the parameters within the parameters collection.

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

Remarks

Notes to Inheritors: When overriding ResetParameters in a derived class, be sure to call the base class's ResetParameters method.

See Also

DBCommand Class | DBCommand Members | System.Data.Internal Namespace