Sdílet prostřednictvím


RelationalEntityTypeExtensions.IsTableExcludedFromMigrations Metoda

Definice

Přetížení

IsTableExcludedFromMigrations(IEntityType)

Získá hodnotu označující, zda je přidružená tabulka ignorována migrací.

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Získá hodnotu označující, zda je přidružená tabulka ignorována migrací.

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Získá hodnotu označující, zda je zadaná tabulka ignorována migrací.

IsTableExcludedFromMigrations(IEntityType)

Získá hodnotu označující, zda je přidružená tabulka ignorována migrací.

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

Parametry

entityType
IEntityType

Typ entity.

Návraty

Hodnota označující, jestli migrace ignorují přidruženou tabulku.

Platí pro

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Získá hodnotu označující, zda je přidružená tabulka ignorována migrací.

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

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

Hodnota označující, jestli migrace ignorují přidruženou tabulku.

Platí pro

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Získá hodnotu označující, zda je zadaná tabulka ignorována migrací.

public static bool IsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType * StoreObjectIdentifier -> bool
<Extension()>
Public Function IsTableExcludedFromMigrations (entityType As IReadOnlyEntityType, ByRef storeObject As StoreObjectIdentifier) As Boolean

Parametry

entityType
IReadOnlyEntityType

Typ entity.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště podobného tabulce.

Návraty

Hodnota označující, jestli migrace ignorují přidruženou tabulku.

Platí pro