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

Inheritance: Shaolinq.Persistence.Linq.Expressions.SqlExpressionVisitor
Mostrar archivo Open project: tumtumtum/Shaolinq Class Usage Examples

Public Methods

Method Description
Gather ( Expression source ) : HashSet

Protected Methods

Method Description
VisitSelect ( SqlSelectExpression selectExpression ) : Expression
VisitTable ( SqlTableExpression table ) : Expression

Private Methods

Method Description
SqlDeclaredAliasesGatherer ( ) : System.Collections.Generic

Method Details

Gather() public static method

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

VisitSelect() protected method

protected VisitSelect ( SqlSelectExpression selectExpression ) : Expression
selectExpression Shaolinq.Persistence.Linq.Expressions.SqlSelectExpression
return System.Linq.Expressions.Expression

VisitTable() protected method

protected VisitTable ( SqlTableExpression table ) : Expression
table Shaolinq.Persistence.Linq.Expressions.SqlTableExpression
return System.Linq.Expressions.Expression