InMemoryDataStore.CaseSensitive Property
Gets whether the InMemoryDataStore performs case-sensitive comparisons for strings during expression evaluations or sorting.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if string comparisons are case-sensitive; otherwise, false. |
Remarks
To specify the CaseSensitive property, pass a value via the caseSensitive parameter to an InMemoryDataStore constructor.
See Also