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