C# Class NuGet.QueryableUtility

Afficher le fichier Open project: grendello/nuget Class Usage Examples

Méthodes publiques

Méthode Description
FindGenericType ( Type definition, Type type ) : Type
IsOrderingMethod ( Expression expression ) : bool
IsQueryableMethod ( Expression expression, string method ) : bool
ReplaceQueryableExpression ( IQueryable query, Expression expression ) : Expression

Private Methods

Méthode Description
GetQueryableMethod ( Expression expression ) : MethodInfo

Method Details

FindGenericType() public static méthode

public static FindGenericType ( Type definition, Type type ) : Type
definition System.Type
type System.Type
Résultat System.Type

IsOrderingMethod() public static méthode

public static IsOrderingMethod ( Expression expression ) : bool
expression System.Linq.Expressions.Expression
Résultat bool

IsQueryableMethod() public static méthode

public static IsQueryableMethod ( Expression expression, string method ) : bool
expression System.Linq.Expressions.Expression
method string
Résultat bool

ReplaceQueryableExpression() public static méthode

public static ReplaceQueryableExpression ( IQueryable query, Expression expression ) : Expression
query IQueryable
expression System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression