C# 클래스 NuGet.QueryableUtility

파일 보기 프로젝트 열기: grendello/nuget 1 사용 예제들

공개 메소드들

메소드 설명
FindGenericType ( Type definition, Type type ) : Type
IsOrderingMethod ( Expression expression ) : bool
IsQueryableMethod ( Expression expression, string method ) : bool
ReplaceQueryableExpression ( IQueryable query, Expression expression ) : Expression

비공개 메소드들

메소드 설명
GetQueryableMethod ( Expression expression ) : MethodInfo

메소드 상세

FindGenericType() 공개 정적인 메소드

public static FindGenericType ( Type definition, Type type ) : Type
definition System.Type
type System.Type
리턴 System.Type

IsOrderingMethod() 공개 정적인 메소드

public static IsOrderingMethod ( Expression expression ) : bool
expression System.Linq.Expressions.Expression
리턴 bool

IsQueryableMethod() 공개 정적인 메소드

public static IsQueryableMethod ( Expression expression, string method ) : bool
expression System.Linq.Expressions.Expression
method string
리턴 bool

ReplaceQueryableExpression() 공개 정적인 메소드

public static ReplaceQueryableExpression ( IQueryable query, Expression expression ) : Expression
query IQueryable
expression System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression