CollectionNavigationBuilder.IInfrastructure<IConventionForeignKeyBuilder>.Instance Property

Definition

Gets the internal builder being used to configure the relationship.

This property is intended for use by extension methods that need to make use of services not directly exposed in the public API surface.

Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionForeignKeyBuilder Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionForeignKeyBuilder>.Instance { get; }
Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionForeignKeyBuilder? Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionForeignKeyBuilder>.Instance { get; }
member this.Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionForeignKeyBuilder>.Instance : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionForeignKeyBuilder
 ReadOnly Property Instance As IConventionForeignKeyBuilder Implements IInfrastructure(Of IConventionForeignKeyBuilder).Instance

Property Value

Implements

Applies to