C# 클래스 DbExpressions.DbExpression

Provides the base class from which the classes that represent expression tree nodes are derived.
파일 보기 프로젝트 열기: seesharper/DbExpressions 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : DbExpression

Implements the operator !=.

비공개 메소드들

메소드 설명
InitializeQueryTranslator ( ) : void

메소드 상세

Equals() 공개 메소드

Determines whether the specified T:System.Object is equal to the current T:System.Object.
public Equals ( object obj ) : bool
obj object The to compare with the current .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Implements the operator !=.
public static operator ( ) : DbExpression
리턴 DbExpression