C# 클래스 Shaolinq.Persistence.Linq.Expressions.SqlColumnExpression

Represents an access to an sql-projected SQL column. The access may be to an outer select in which case the SelectAlias property is the alias given of the outer select.
상속: SqlBaseExpression
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
ChangeAlias ( string replacement ) : Expression
ChangeToNullable ( ) : SqlColumnExpression
Equals ( object obj ) : bool
GetHashCode ( ) : int
SqlColumnExpression ( Type type, string alias, string name, bool special = false ) : System
ToString ( ) : string

메소드 상세

ChangeAlias() 공개 메소드

public ChangeAlias ( string replacement ) : Expression
replacement string
리턴 System.Linq.Expressions.Expression

ChangeToNullable() 공개 메소드

public ChangeToNullable ( ) : SqlColumnExpression
리턴 SqlColumnExpression

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SqlColumnExpression() 공개 메소드

public SqlColumnExpression ( Type type, string alias, string name, bool special = false ) : System
type System.Type
alias string
name string
special bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string