Freigeben über


RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.MaterializeJsonEntityCollection<TEntity,TResult> Method

Definition

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public static TResult? MaterializeJsonEntityCollection<TEntity,TResult> (Microsoft.EntityFrameworkCore.Query.QueryContext queryContext, object[] keyPropertyValues, Microsoft.EntityFrameworkCore.Storage.Json.JsonReaderData? jsonReaderData, Microsoft.EntityFrameworkCore.Metadata.INavigationBase navigation, Func<Microsoft.EntityFrameworkCore.Query.QueryContext,object[],Microsoft.EntityFrameworkCore.Storage.Json.JsonReaderData,TEntity> innerShaper) where TEntity : class;
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
static member MaterializeJsonEntityCollection : Microsoft.EntityFrameworkCore.Query.QueryContext * obj[] * Microsoft.EntityFrameworkCore.Storage.Json.JsonReaderData * Microsoft.EntityFrameworkCore.Metadata.INavigationBase * Func<Microsoft.EntityFrameworkCore.Query.QueryContext, obj[], Microsoft.EntityFrameworkCore.Storage.Json.JsonReaderData, 'Entity (requires 'Entity : null)> -> 'Result (requires 'Entity : null)
Public Shared Function MaterializeJsonEntityCollection(Of TEntity As Class, TResult As Class) (queryContext As QueryContext, keyPropertyValues As Object(), jsonReaderData As JsonReaderData, navigation As INavigationBase, innerShaper As Func(Of QueryContext, Object(), JsonReaderData, TEntity)) As TResult

Type Parameters

TEntity
TResult

Parameters

queryContext
QueryContext
keyPropertyValues
Object[]
jsonReaderData
JsonReaderData
navigation
INavigationBase
innerShaper
Func<QueryContext,Object[],JsonReaderData,TEntity>

Returns

TResult
Attributes

Applies to