C# Class Signum.Engine.Linq.AggregateFinder

returns the set of all aliases produced by a query source
Inheritance: Signum.Engine.Linq.DbExpressionVisitor
Mostrar archivo Open project: signumsoftware/framework Class Usage Examples

Public Methods

Method Description
HasAggregates ( Expression source ) : bool

Protected Methods

Method Description
VisitAggregate ( AggregateExpression aggregate ) : Expression

Private Methods

Method Description
AggregateFinder ( ) : System

Method Details

HasAggregates() public static method

public static HasAggregates ( Expression source ) : bool
source System.Linq.Expressions.Expression
return bool

VisitAggregate() protected method

protected VisitAggregate ( AggregateExpression aggregate ) : Expression
aggregate AggregateExpression
return System.Linq.Expressions.Expression