Compartir a través de


TypeReflector<T>.GetQueryResultType Method

Definition

Overloads

GetQueryResultType<TContext>(ColumnSet, IAnonymousTypeFactory<TContext>, TContext)
GetQueryResultType<TContext>(QueryExpression, IAnonymousTypeFactory<TContext>, TContext)

GetQueryResultType<TContext>(ColumnSet, IAnonymousTypeFactory<TContext>, TContext)

public:
generic <typename TContext>
 static Type ^ GetQueryResultType(Microsoft::Xrm::Sdk::Query::ColumnSet ^ columns, Microsoft::Xrm::Sdk::Data::CodeGen::IAnonymousTypeFactory<TContext> ^ factory, TContext context);
public static Type GetQueryResultType<TContext> (Microsoft.Xrm.Sdk.Query.ColumnSet columns, Microsoft.Xrm.Sdk.Data.CodeGen.IAnonymousTypeFactory<TContext> factory, TContext context);
static member GetQueryResultType : Microsoft.Xrm.Sdk.Query.ColumnSet * Microsoft.Xrm.Sdk.Data.CodeGen.IAnonymousTypeFactory<'Context> * 'Context -> Type
Public Shared Function GetQueryResultType(Of TContext) (columns As ColumnSet, factory As IAnonymousTypeFactory(Of TContext), context As TContext) As Type

Type Parameters

TContext

Parameters

columns
ColumnSet
context
TContext

Returns

Applies to

GetQueryResultType<TContext>(QueryExpression, IAnonymousTypeFactory<TContext>, TContext)

public:
generic <typename TContext>
 static Type ^ GetQueryResultType(Microsoft::Xrm::Sdk::Query::QueryExpression ^ query, Microsoft::Xrm::Sdk::Data::CodeGen::IAnonymousTypeFactory<TContext> ^ factory, TContext context);
public static Type GetQueryResultType<TContext> (Microsoft.Xrm.Sdk.Query.QueryExpression query, Microsoft.Xrm.Sdk.Data.CodeGen.IAnonymousTypeFactory<TContext> factory, TContext context);
static member GetQueryResultType : Microsoft.Xrm.Sdk.Query.QueryExpression * Microsoft.Xrm.Sdk.Data.CodeGen.IAnonymousTypeFactory<'Context> * 'Context -> Type
Public Shared Function GetQueryResultType(Of TContext) (query As QueryExpression, factory As IAnonymousTypeFactory(Of TContext), context As TContext) As Type

Type Parameters

TContext

Parameters

context
TContext

Returns

Applies to