IColumnDescriptor interface
Contains descriptor for creating column.
public interface Korzh.EasyQuery.IColumnDescriptorPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
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. |