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!

DataSet.ShouldPersistLocale

Indicates whether the locale property should be persisted. This is true if the user ever explicitly sets the locale property and doesn't call ResetLocale.

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

Return Value

Whether to persist the locale.

See Also

DataSet Class | DataSet Members | System.Data Namespace