DbAggrFuncExpr class

Represents an expression with aggregate function

public class Korzh.EasyQuery.Db.DbAggrFuncExpr
    : AggrFuncExpr, ISqlExpression, IDbCondition

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

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

Type Name Description
String STypeName Gets the name of the expression type.