C# Class DbExpressions.DbAggregateFunctionExpression

Represents calling an aggregate function in the target DBMS.
Inheritance: DbFunctionExpression
Mostra file Open project: seesharper/DbExpressions Class Usage Examples

Private Methods

Method Description
DbAggregateFunctionExpression ( DbAggregateFunctionExpressionType aggregateFunctionExpressionType, DbExpression arguments )

Initializes a new instance of the DbAggregateFunctionExpression class.