C# Class CqlSharp.Linq.Query.ExpressionExtensions

Extensions supporting various parsing tasks
Show file Open project: reuzel/CqlSharp

Public Methods

Method Description
IsIdentityLambda ( this e ) : bool
IsTrue ( this e ) : bool
StripQuotes ( this e ) : Expression

Method Details

IsIdentityLambda() public static method

public static IsIdentityLambda ( this e ) : bool
e this
return bool

IsTrue() public static method

public static IsTrue ( this e ) : bool
e this
return bool

StripQuotes() public static method

public static StripQuotes ( this e ) : Expression
e this
return System.Linq.Expressions.Expression