CollectionCollectionBuilder.Using 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]
protected virtual void Using (Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey rightForeignKey, Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey leftForeignKey);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member Using : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey * Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey -> unit
override this.Using : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey * Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey -> unit
Protected Overridable Sub Using (rightForeignKey As IMutableForeignKey, leftForeignKey As IMutableForeignKey)

Parameters

rightForeignKey
IMutableForeignKey
leftForeignKey
IMutableForeignKey
Attributes

Applies to