Gets or sets the value that indicates whether string comparisons within the DataSet are case sensitive.
true if string comparisons are case-sensitive, false otherwise. The default is false.
This property sets the case sensitivity mode for the searching, filtering and and sorting operations performed on the data contained in the DataSet. Setting the property causes the DataTable.CaseSensitive property of all the System.Data.DataTable objects contained within the DataSet to be set to the same value.
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0