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

Inheritance: Shaolinq.Persistence.Linq.Expressions.SqlExpressionVisitor
Datei anzeigen Open project: tumtumtum/Shaolinq Class Usage Examples

Public Methods

Method Description
Coalesce ( Expression expression ) : Expression

Protected Methods

Method Description
VisitAggregate ( SqlAggregateExpression sqlAggregate ) : Expression
VisitProjection ( SqlProjectionExpression projection ) : Expression

Private Methods

Method Description
SqlSumAggregatesDefaultValueCoalescer ( ) : System

Method Details

Coalesce() public static method

public static Coalesce ( Expression expression ) : Expression
expression System.Linq.Expressions.Expression
return System.Linq.Expressions.Expression

VisitAggregate() protected method

protected VisitAggregate ( SqlAggregateExpression sqlAggregate ) : Expression
sqlAggregate Shaolinq.Persistence.Linq.Expressions.SqlAggregateExpression
return System.Linq.Expressions.Expression

VisitProjection() protected method

protected VisitProjection ( SqlProjectionExpression projection ) : Expression
projection Shaolinq.Persistence.Linq.Expressions.SqlProjectionExpression
return System.Linq.Expressions.Expression