C# 클래스 Shaolinq.Persistence.Linq.Optimizers.SqlDeclaredAliasesGatherer

상속: Shaolinq.Persistence.Linq.Expressions.SqlExpressionVisitor
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
Gather ( Expression source ) : HashSet

보호된 메소드들

메소드 설명
VisitSelect ( SqlSelectExpression selectExpression ) : Expression
VisitTable ( SqlTableExpression table ) : Expression

비공개 메소드들

메소드 설명
SqlDeclaredAliasesGatherer ( ) : System.Collections.Generic

메소드 상세

Gather() 공개 정적인 메소드

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

VisitSelect() 보호된 메소드

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

VisitTable() 보호된 메소드

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