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

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

Méthodes publiques

Méthode Description
SqlAggregateExpression ( Type type, SqlAggregateType aggType, Expression argument, bool isDistinct ) : System

Method Details

SqlAggregateExpression() public méthode

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