C# Class CqlSharp.Linq.Query.ExpressionExtensions

Extensions supporting various parsing tasks
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
IsIdentityLambda ( this e ) : bool
IsTrue ( this e ) : bool
StripQuotes ( this e ) : Expression

Method Details

IsIdentityLambda() public static méthode

public static IsIdentityLambda ( this e ) : bool
e this
Résultat bool

IsTrue() public static méthode

public static IsTrue ( this e ) : bool
e this
Résultat bool

StripQuotes() public static méthode

public static StripQuotes ( this e ) : Expression
e this
Résultat System.Linq.Expressions.Expression