C# 클래스 Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.SqlEntityReferenceExpression

Implementation of SqlEntityExpression for entity references, i.e., entities that stem from a substatement. Entity references know the SqlEntityExpression inside the substatement (the referenced entity), and their columns are of type SqlColumnReferenceExpression.
상속: SqlEntityExpression
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 메소드들

메소드 설명
CreateReference ( string newTableAlias, Type newType ) : SqlEntityExpression
GetColumn ( Type type, string columnName, bool isPrimaryKeyColumn ) : SqlColumnExpression
SqlEntityReferenceExpression ( Type itemType, string tableAlias, string entityName, SqlEntityExpression referencedEntity ) : System
ToString ( ) : string
Update ( Type itemType, string tableAlias, string entityName ) : SqlEntityExpression

보호된 메소드들

메소드 설명
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

메소드 상세

CreateReference() 공개 메소드

public CreateReference ( string newTableAlias, Type newType ) : SqlEntityExpression
newTableAlias string
newType System.Type
리턴 SqlEntityExpression

GetColumn() 공개 최종 메소드

public final GetColumn ( Type type, string columnName, bool isPrimaryKeyColumn ) : SqlColumnExpression
type System.Type
columnName string
isPrimaryKeyColumn bool
리턴 SqlColumnExpression

SqlEntityReferenceExpression() 공개 메소드

public SqlEntityReferenceExpression ( Type itemType, string tableAlias, string entityName, SqlEntityExpression referencedEntity ) : System
itemType System.Type
tableAlias string
entityName string
referencedEntity SqlEntityExpression
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

public Update ( Type itemType, string tableAlias, string entityName ) : SqlEntityExpression
itemType System.Type
tableAlias string
entityName string
리턴 SqlEntityExpression

VisitChildren() 보호된 메소드

protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
리턴 System.Linq.Expressions.Expression