Sdílet prostřednictvím


RelationalEntityTypeExtensions.IsIgnoredByMigrations(IEntityType) Metoda

Definice

Získá hodnotu označující, zda typ entity je ignorován migrací.

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

Parametry

entityType
IEntityType

Typ entity.

Návraty

Hodnota označující, jestli migrace ignorují typ entity.

Platí pro