Mono Class Library: System.Data.DataSet Overview | Members

System.Data.DataSet.CaseSensitive Property

Gets or sets the value that indicates whether string comparisons within the DataSet are case sensitive.

[System.ComponentModel.DefaultValue(false)]
public bool CaseSensitive { set; get; }

Value

true if string comparisons are case-sensitive, false otherwise. The default is false.

Remarks

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.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0