C# Class Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.SqlColumnExpression

SqlColumnExpression represents a sql-specific column expression.
Inheritance: Remotion.Linq.Clauses.Expressions.ExtensionExpression
ファイルを表示 Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Methods

Method Description
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
Update ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : SqlColumnExpression

Protected Methods

Method Description
SqlColumnExpression ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : System
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

Method Details

Accept() public method

public Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
return System.Linq.Expressions.Expression

SqlColumnExpression() protected method

protected SqlColumnExpression ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : System
type System.Type
owningTableAlias string
columnName string
isPrimaryKey bool
return System

Update() public abstract method

public abstract Update ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : SqlColumnExpression
type System.Type
owningTableAlias string
columnName string
isPrimaryKey bool
return SqlColumnExpression

VisitChildren() protected method

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