CosmosManyToManyJoinEntityTypeConvention.CreateJoinEntityType Method

Definition

Create a join entity type and configures the corresponding foreign keys.

protected override void CreateJoinEntityType (string joinEntityTypeName, Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation skipNavigation);
override this.CreateJoinEntityType : string * Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation -> unit
Protected Overrides Sub CreateJoinEntityType (joinEntityTypeName As String, skipNavigation As IConventionSkipNavigation)

Parameters

joinEntityTypeName
String

The name for the new entity type.

skipNavigation
IConventionSkipNavigation

The target skip navigation.

Applies to