C# Class Shaolinq.Persistence.Linq.Expressions.SqlAggregateExpression

A SQL aggregate expression such as MAX(columnn) or COUNT(*) or COUNT(DISTINCT column)
Inheritance: SqlBaseExpression
Show file Open project: tumtumtum/Shaolinq Class Usage Examples

Public Methods

Method Description
SqlAggregateExpression ( Type type, SqlAggregateType aggType, Expression argument, bool isDistinct ) : System

Method Details

SqlAggregateExpression() public method

public SqlAggregateExpression ( Type type, SqlAggregateType aggType, Expression argument, bool isDistinct ) : System
type System.Type
aggType SqlAggregateType
argument System.Linq.Expressions.Expression
isDistinct bool
return System