Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public bool CaseSensitive { get; }

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