Skip to content

DbAggrFuncExpr class

Represents an expression with aggregate function

public class Korzh.EasyQuery.Db.DbAggrFuncExpr
: AggrFuncExpr, ISqlExpression, IDbCondition
TypeNameDescription
BooleanIsAggregateGets a value indicating whether this expression is aggregate.
StringTypeNameNon-static version of Korzh.EasyQuery.Db.DbAggrFuncExpr.STypeName property.
TypeNameDescription
StringGetSqlExpr(DbQueryFormats formats, SqlExtraClauses extraClauses = null)Gets the text representation of expression used in SQL.
voidGetUsedTables(TableList tables)Add the tables used in this expression in the list.
TypeNameDescription
StringSTypeNameGets the name of the expression type.