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

Indicates whether the Sort property should be persisted.

[Visual Basic]
Public Function ShouldPersistSort() As Boolean
[C#]
public bool ShouldPersistSort();
[C++]
public: bool ShouldPersistSort();
[JScript]
public function ShouldPersistSort() : Boolean;

Return Value

true if the property value has been changed from its default; otherwise, false.

Remarks

You typically use this method only if you are either creating a designer for the DataView, or creating your own control incorporating the DataView.

See Also

DataView Class | DataView Members | System.Data Namespace