ManyToManyJoinEntityTypeConvention.ShouldCreateJoinType Method

Definition

Checks whether a new join entity type is needed.

protected virtual bool ShouldCreateJoinType (Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation skipNavigation);
abstract member ShouldCreateJoinType : Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation -> bool
override this.ShouldCreateJoinType : Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation -> bool
Protected Overridable Function ShouldCreateJoinType (skipNavigation As IConventionSkipNavigation) As Boolean

Parameters

skipNavigation
IConventionSkipNavigation

The target skip navigation.

Returns

A value indicating whether a new join entity type is needed.

Applies to