Enum FilterCaseSensitivity
Specifies the filter case sensitivity of a component.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum FilterCaseSensitivity : int
Fields
Name | Description |
---|---|
CaseInsensitive | Filters are case insensitive regardless of the underlying provider. |
Default | 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. |