Compartir a través de


RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.ProcessShaper 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.

public System.Linq.Expressions.LambdaExpression ProcessShaper (System.Linq.Expressions.Expression shaperExpression, out System.Linq.Expressions.Expression relationalCommandResolver, out System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.ReaderColumn?>? readerColumns, out System.Linq.Expressions.LambdaExpression? relatedDataLoaders, ref int collectionId);
member this.ProcessShaper : System.Linq.Expressions.Expression * Expression * IReadOnlyList * LambdaExpression * int -> System.Linq.Expressions.LambdaExpression
Public Function ProcessShaper (shaperExpression As Expression, ByRef relationalCommandResolver As Expression, ByRef readerColumns As IReadOnlyList(Of ReaderColumn), ByRef relatedDataLoaders As LambdaExpression, ByRef collectionId As Integer) As LambdaExpression

Parameters

shaperExpression
Expression
relationalCommandResolver
Expression
readerColumns
IReadOnlyList<ReaderColumn>
relatedDataLoaders
LambdaExpression
collectionId
Int32

Returns

Applies to