ScaffoldingModelExtensions.IsSimpleManyToManyJoinEntityType Methode

Definition

Überprüfen Sie, ob ein Entitätstyp als m:n-Joinentitätstyp betrachtet werden kann.

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

Parameter

entityType
IEntityType

Der zu überprüfende Entitätstyp.

Gibt zurück

true , wenn der Entitätstyp als Joinentitätstyp betrachtet werden könnte.

Gilt für: