Sdílet prostřednictvím


ScaffoldingModelExtensions.IsSimpleManyToManyJoinEntityType Metoda

Definice

Zkontrolujte, jestli je možné typ entity považovat za typ entity spojení M:N.

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

Parametry

entityType
IEntityType

Typ entity, který chcete zkontrolovat.

Návraty

true pokud lze typ entity považovat za typ entity spojení.

Platí pro