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

Gathers all columns referenced by the given expression
상속: DbExpressionVisitor
파일 보기 프로젝트 열기: netcasewqs/elinq 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

메소드 상세

Gather() 공개 정적인 메소드

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

VisitColumn() 보호된 메소드

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

VisitSelect() 보호된 메소드

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