ColumnDescriptor struct
Contains descriptor for creating column.
public struct Korzh.EasyQuery.ColumnDescriptor : IColumnDescriptor
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
ColumnDescriptor(EqExpression expr) | void | Creates an instance of |
ColumnDescriptor(string attrId, string funcId = null) | void | Creates an instance of |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
AttrId | string | The attribute id. |
Caption | string | The caption. |
Expr | EqExpression | The expression |
FuncId | string | The aggregate function Id |
Sorting | SortDirection | The sort direction. |
Static Properties
Section titled “Static Properties”Name | Type | Description |
---|---|---|
Empty | ColumnDescriptor | Gets the default empty column descriptor |