Enum FilterCaseSensitivity
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the filter case sensitivity of a component.
public enum FilterCaseSensitivity
- Extension Methods
Fields
CaseInsensitive = 1
Filters are case insensitive regardless of the underlying provider.
Default = 0
Relies on the underlying provider (LINQ to Objects, Entity Framework etc.) to handle case sensitivity. LINQ to Objects is case sensitive. Entity Framework relies on the database collection settings.