InMemoryDataStore.CaseSensitive Property
In This Article
Gets whether the InMemoryDataStore performs case-sensitive comparisons for strings during expression evaluations or sorting.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
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