C# Класс DbExpressions.DbExpression

Provides the base class from which the classes that represent expression tree nodes are derived.
Показать файл Открыть проект Примеры использования класса

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

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