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

Inheritance: QueryProjection
ファイルを表示 Open project: Pomona/Pomona

Public Methods

Method Description
Apply ( IQueryable queryable ) : Expression
GetResultType ( Type elementType ) : Type

Protected Methods

Method Description
GetMethod ( Type elementType ) : MethodInfo

Method Details

Apply() public method

public Apply ( IQueryable queryable ) : Expression
queryable IQueryable
return System.Linq.Expressions.Expression

GetMethod() protected abstract method

protected abstract GetMethod ( Type elementType ) : MethodInfo
elementType System.Type
return System.Reflection.MethodInfo

GetResultType() public method

public GetResultType ( Type elementType ) : Type
elementType System.Type
return System.Type