Skip to main content
A newer version of this page is available. .

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.v21.1.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