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!

DataView.ResetSort

Resets the Sort property to its default state.

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

See Also

DataView Class | DataView Members | System.Data Namespace | Sort