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

Indicates whether the Namespace property should be persisted.

[Visual Basic]
Public Function ShouldPersistNamespace() As Boolean
[C#]
public bool ShouldPersistNamespace();
[C++]
public: bool ShouldPersistNamespace();
[JScript]
public function ShouldPersistNamespace() : 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 DataTable, or creating your own control incorporating the DataTable.

See Also

DataTable Class | DataTable Members | System.Data Namespace