C# 클래스 NLite.Data.Linq.Expressions.TableAliasGatherer

returns the set of all aliases produced by a query source
상속: DbExpressionVisitor
파일 보기 프로젝트 열기: netcasewqs/elinq 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
VisitSelect ( SelectExpression select ) : Expression
VisitTable ( TableExpression table ) : Expression

비공개 메소드들

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

메소드 상세

Gather() 공개 정적인 메소드

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

VisitSelect() 보호된 메소드

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

VisitTable() 보호된 메소드

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