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!

SQLParameters.Clear

Removes all items from the collection.

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

Remarks

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

See Also

SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace