DbAggrFuncExpr class
Represents an expression with aggregate function
public class Korzh.EasyQuery.Db.DbAggrFuncExpr : AggrFuncExpr, ISqlExpression, IDbCondition
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
Boolean | IsAggregate | Gets a value indicating whether this expression is aggregate. |
String | TypeName | Non-static version of Korzh.EasyQuery.Db.DbAggrFuncExpr.STypeName property. |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
String | GetSqlExpr(DbQueryFormats formats, SqlExtraClauses extraClauses = null) | Gets the text representation of expression used in SQL. |
void | GetUsedTables(TableList tables) | Add the tables used in this expression in the list. |
Static Properties
Section titled “Static Properties”Type | Name | Description |
---|---|---|
String | STypeName | Gets the name of the expression type. |