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;
true if the property value has been changed from its default; otherwise, false.
You typically use this method only if you are either creating a designer for the TablesCollection, or creating your own control incorporating the TablesCollection.
TablesCollection Class | TablesCollection Members | System.Data Namespace