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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
VisitColumn ( ColumnExpression column ) : Expression

비공개 메소드들

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

메소드 상세

Gather() 공개 정적인 메소드

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

VisitColumn() 보호된 메소드

protected VisitColumn ( ColumnExpression column ) : Expression
column ColumnExpression
리턴 System.Linq.Expressions.Expression