ScaffoldingModelExtensions.IsSimpleManyToManyJoinEntityType Method

Definition

Check whether an entity type could be considered a many-to-many join entity type.

public static bool IsSimpleManyToManyJoinEntityType (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member IsSimpleManyToManyJoinEntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> bool
<Extension()>
Public Function IsSimpleManyToManyJoinEntityType (entityType As IEntityType) As Boolean

Parameters

entityType
IEntityType

The entity type to check.

Returns

true if the entity type could be considered a join entity type.

Applies to