C# Class Pomona.Common.Linq.NonGeneric.QueryProjectionMethodBase

Inheritance: QueryProjection
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
Apply ( IQueryable queryable ) : Expression
GetResultType ( Type elementType ) : Type

Méthodes protégées

Méthode Description
GetMethod ( Type elementType ) : MethodInfo

Method Details

Apply() public méthode

public Apply ( IQueryable queryable ) : Expression
queryable IQueryable
Résultat System.Linq.Expressions.Expression

GetMethod() protected abstract méthode

protected abstract GetMethod ( Type elementType ) : MethodInfo
elementType System.Type
Résultat System.Reflection.MethodInfo

GetResultType() public méthode

public GetResultType ( Type elementType ) : Type
elementType System.Type
Résultat System.Type