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!

TablesCollection.ShouldPersistAll

Indicates whether changes to the collection (returned by the All method) should be persisted.

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

See Also

TablesCollection Class | TablesCollection Members | System.Data Namespace