C# Class Shaolinq.Persistence.Linq.Optimizers.SqlSumAggregatesDefaultValueCoalescer

Inheritance: Shaolinq.Persistence.Linq.Expressions.SqlExpressionVisitor
Afficher le fichier Open project: tumtumtum/Shaolinq Class Usage Examples

Méthodes publiques

Méthode Description
Coalesce ( Expression expression ) : Expression

Méthodes protégées

Méthode Description
VisitAggregate ( SqlAggregateExpression sqlAggregate ) : Expression
VisitProjection ( SqlProjectionExpression projection ) : Expression

Private Methods

Méthode Description
SqlSumAggregatesDefaultValueCoalescer ( ) : System

Method Details

Coalesce() public static méthode

public static Coalesce ( Expression expression ) : Expression
expression System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

VisitAggregate() protected méthode

protected VisitAggregate ( SqlAggregateExpression sqlAggregate ) : Expression
sqlAggregate Shaolinq.Persistence.Linq.Expressions.SqlAggregateExpression
Résultat System.Linq.Expressions.Expression

VisitProjection() protected méthode

protected VisitProjection ( SqlProjectionExpression projection ) : Expression
projection Shaolinq.Persistence.Linq.Expressions.SqlProjectionExpression
Résultat System.Linq.Expressions.Expression