C# Class DbExpressions.DbExpression

Provides the base class from which the classes that represent expression tree nodes are derived.
Afficher le fichier Open project: seesharper/DbExpressions Class Usage Examples

Méthodes publiques

Méthode Description
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 !=.

Private Methods

Méthode Description
InitializeQueryTranslator ( ) : void

Method Details

Equals() public méthode

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 .
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

operator() public static méthode

Implements the operator !=.
public static operator ( ) : DbExpression
Résultat DbExpression