Class ColumnQueryModeType
ColumnQueryMode
provides options to retrive data from the datasource.
- AllIt retrives whole data source
- SchemaRetrives data for all the defined columns in grid from the data source.
- ExcludeHiddenRetrives data only for visible columns of grid from the data source.
Inheritance
System.Object
ColumnQueryModeType
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ColumnQueryModeType : Enum
Fields
All
Specifies that all columns should be queried from data source.
Declaration
public const ColumnQueryModeType All
Field Value
Type |
---|
ColumnQueryModeType |
ExcludeHidden
Specifies that exclude hidden columns specified in the GridColumns
should be queried from data source.
Declaration
public const ColumnQueryModeType ExcludeHidden
Field Value
Type |
---|
ColumnQueryModeType |
Schema
Specifies that only columns specified in the GridColumns
component
should be queried from data source.
Declaration
public const ColumnQueryModeType Schema
Field Value
Type |
---|
ColumnQueryModeType |