Udostępnij przez


RelationalEntityTypeExtensions.IsTableExcludedFromMigrations Metoda

Definicja

Przeciążenia

IsTableExcludedFromMigrations(IEntityType)

Pobiera wartość wskazującą, czy skojarzona tabela jest ignorowana przez migracje.

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Pobiera wartość wskazującą, czy skojarzona tabela jest ignorowana przez migracje.

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Pobiera wartość wskazującą, czy określona tabela jest ignorowana przez migracje.

IsTableExcludedFromMigrations(IEntityType)

Pobiera wartość wskazującą, czy skojarzona tabela jest ignorowana przez migracje.

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 jednostki.

Zwraca

Wartość wskazująca, czy skojarzona tabela jest ignorowana przez migracje.

Dotyczy

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Pobiera wartość wskazującą, czy skojarzona tabela jest ignorowana przez migracje.

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 jednostki.

Zwraca

Wartość wskazująca, czy skojarzona tabela jest ignorowana przez migracje.

Dotyczy

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Pobiera wartość wskazującą, czy określona tabela jest ignorowana przez migracje.

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 jednostki.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu przypominającego tabelę.

Zwraca

Wartość wskazująca, czy skojarzona tabela jest ignorowana przez migracje.

Dotyczy