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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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