C# Class IQ.Data.SelectGatherer

returns the list of SelectExpressions accessible from the source expression
Inheritance: DbExpressionVisitor
Show file Open project: maravillas/linq-to-delicious Class Usage Examples

Public Methods

Method Description
Gather ( Expression expression ) : ReadOnlyCollection

Protected Methods

Method Description
VisitSelect ( SelectExpression select ) : Expression

Method Details

Gather() public static method

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

VisitSelect() protected method

protected VisitSelect ( SelectExpression select ) : Expression
select SelectExpression
return System.Linq.Expressions.Expression