C# 클래스 CqlSharp.Linq.Query.ExpressionExtensions

Extensions supporting various parsing tasks
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

메소드 설명
IsIdentityLambda ( this e ) : bool
IsTrue ( this e ) : bool
StripQuotes ( this e ) : Expression

메소드 상세

IsIdentityLambda() 공개 정적인 메소드

public static IsIdentityLambda ( this e ) : bool
e this
리턴 bool

IsTrue() 공개 정적인 메소드

public static IsTrue ( this e ) : bool
e this
리턴 bool

StripQuotes() 공개 정적인 메소드

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