columndescriptor-struct
Contains descriptor for creating column.
public struct Korzh.EasyQuery.ColumnDescriptor
: IColumnDescriptor
Assembly: Korzh.EasyQuery.dll
Constructors
| Name | Type | Description |
|---|---|---|
| ColumnDescriptor(EqExpression expr) | void | Creates an instance of |
ColumnDescriptor(string attrId, string funcId = null, SortDirection sorting = 0) | void | Creates an instance of |
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
| Name | Type | Description |
|---|---|---|
| Empty | ColumnDescriptor | Gets the default empty column descriptor |