ManyToManyJoinEntityTypeConvention.GenerateJoinTypeName Method

Definition

Generates a unique name for the new joint entity type.

protected virtual string GenerateJoinTypeName (Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation skipNavigation);
abstract member GenerateJoinTypeName : Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation -> string
override this.GenerateJoinTypeName : Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation -> string
Protected Overridable Function GenerateJoinTypeName (skipNavigation As IConventionSkipNavigation) As String

Parameters

skipNavigation
IConventionSkipNavigation

The target skip navigation.

Returns

A unique entity type name.

Applies to