customsqlcolumndescriptor-struct
Contains descriptor to create custom sql expression column
public struct Korzh.EasyQuery.Db.CustomSqlColumnDescriptor
: IColumnDescriptor
Assembly: Korzh.EasyQuery.Db.dll
Constructors
| Name | Type | Description |
|---|---|---|
CustomSqlColumnDescriptor(string sql) | 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. |
| Sql | string | The SQL |