C# 클래스 Remotion.Linq.SqlBackend.SqlPreparation.FromExpressionInfo

FromExpressionInfo is returned by SqlPreparationFromExpressionVisitor.AnalyzeFromExpression.
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExtractedOrderings ReadOnlyCollection
ItemSelector System.Linq.Expressions.Expression
SqlTable Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable
WhereCondition System.Linq.Expressions.Expression

공개 메소드들

메소드 설명
FromExpressionInfo ( SqlTable sqlTable, Remotion.Linq.Clauses.Ordering extractedOrderings, Expression itemSelector, Expression whereCondition ) : System

메소드 상세

FromExpressionInfo() 공개 메소드

public FromExpressionInfo ( SqlTable sqlTable, Remotion.Linq.Clauses.Ordering extractedOrderings, Expression itemSelector, Expression whereCondition ) : System
sqlTable Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable
extractedOrderings Remotion.Linq.Clauses.Ordering
itemSelector System.Linq.Expressions.Expression
whereCondition System.Linq.Expressions.Expression
리턴 System

프로퍼티 상세

ExtractedOrderings 공개적으로 프로퍼티

public ReadOnlyCollection ExtractedOrderings
리턴 ReadOnlyCollection

ItemSelector 공개적으로 프로퍼티

public Expression,System.Linq.Expressions ItemSelector
리턴 System.Linq.Expressions.Expression

SqlTable 공개적으로 프로퍼티

public SqlTable,Remotion.Linq.SqlBackend.SqlStatementModel SqlTable
리턴 Remotion.Linq.SqlBackend.SqlStatementModel.SqlTable

WhereCondition 공개적으로 프로퍼티

public Expression,System.Linq.Expressions WhereCondition
리턴 System.Linq.Expressions.Expression