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.ResetProperties

Resets all ADOCommand properties to their defaults.

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

Remarks

This method will reset the collection, but not its values.

Example

The following example uses this method within a derived class.

See Also

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