The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataTable::CaseSensitive Property
.NET Framework (current version)
Indicates whether string comparisons within the table are case-sensitive.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Booleantrue if the comparison is case-sensitive; otherwise false. The default is set to the parent DataSet object's CaseSensitive property, or false if the DataTable was created independently of a DataSet.
The CaseSensitive property affects string comparisons in sorting, searching, and filtering.
.NET Framework
Available since 1.1
Available since 1.1
Show: