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