Compartir a través de


RelationalShapedQueryCompilingExpressionVisitor.ShaperProcessingExpressionVisitor.InverseCollectionFixup<TCollectionElement,TEntity> 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 void InverseCollectionFixup<TCollectionElement,TEntity> (System.Collections.Generic.ICollection<TCollectionElement> collection, TEntity entity, Action<TCollectionElement,TEntity> elementFixup);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
static member InverseCollectionFixup : System.Collections.Generic.ICollection<'CollectionElement> * 'Entity * Action<'CollectionElement, 'Entity> -> unit
Public Shared Sub InverseCollectionFixup(Of TCollectionElement, TEntity) (collection As ICollection(Of TCollectionElement), entity As TEntity, elementFixup As Action(Of TCollectionElement, TEntity))

Type Parameters

TCollectionElement
TEntity

Parameters

collection
ICollection<TCollectionElement>
entity
TEntity
elementFixup
Action<TCollectionElement,TEntity>
Attributes

Applies to