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!

DataTable.Reset

Resets the table back to its original state.

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

Remarks

Subclasses should override to restore back to it's original state. UNDONE: Not in spec. Either DCR or rip.

See Also

DataTable Class | DataTable Members | System.Data Namespace