Indicates whether the CaseSensitive property should be persisted.
[Visual Basic] Public Function ShouldPersistCaseSensitive() As Boolean [C#] public bool ShouldPersistCaseSensitive(); [C++] public: bool ShouldPersistCaseSensitive(); [JScript] public function ShouldPersistCaseSensitive() : 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.