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

Defines a SQL column as an item with a given name coming from a given table alias. The column is represented as [alias].[name].
상속: SqlColumnExpression
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
SqlColumnDefinitionExpression ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : System
ToString ( ) : string
Update ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : SqlColumnExpression

메소드 상세

Accept() 공개 메소드

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

SqlColumnDefinitionExpression() 공개 메소드

public SqlColumnDefinitionExpression ( Type type, string owningTableAlias, string columnName, bool isPrimaryKey ) : System
type System.Type
owningTableAlias string
columnName string
isPrimaryKey bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

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