C# Class Signum.Engine.Linq.DeclaredAliasGatherer

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

Public Methods

Method Description
GatherDeclared ( Expression source ) : HashSet

Protected Methods

Method Description
VisitSelect ( SelectExpression select ) : Expression
VisitTable ( TableExpression table ) : Expression

Private Methods

Method Description
DeclaredAliasGatherer ( ) : System

Method Details

GatherDeclared() public static method

public static GatherDeclared ( Expression source ) : HashSet
source System.Linq.Expressions.Expression
return HashSet

VisitSelect() protected method

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

VisitTable() protected method

protected VisitTable ( TableExpression table ) : Expression
table TableExpression
return System.Linq.Expressions.Expression