RelationalEntityTypeExtensions.IsTableExcludedFromMigrations Methode

Definition

Überlädt

IsTableExcludedFromMigrations(IEntityType)

Ruft einen Wert ab, der angibt, ob die zugeordnete Tabelle von Migrationen ignoriert wird.

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Ruft einen Wert ab, der angibt, ob die zugeordnete Tabelle von Migrationen ignoriert wird.

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Ruft einen Wert ab, der angibt, ob die angegebene Tabelle von Migrationen ignoriert wird.

IsTableExcludedFromMigrations(IEntityType)

Ruft einen Wert ab, der angibt, ob die zugeordnete Tabelle von Migrationen ignoriert wird.

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

Parameter

entityType
IEntityType

Der Entitätstyp.

Gibt zurück

Ein Wert, der angibt, ob die zugeordnete Tabelle von Migrationen ignoriert wird.

Gilt für:

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Ruft einen Wert ab, der angibt, ob die zugeordnete Tabelle von Migrationen ignoriert wird.

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

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp.

Gibt zurück

Ein Wert, der angibt, ob die zugeordnete Tabelle von Migrationen ignoriert wird.

Gilt für:

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Ruft einen Wert ab, der angibt, ob die angegebene Tabelle von Migrationen ignoriert wird.

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

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp.

storeObject
StoreObjectIdentifier

Der Bezeichner des tabellenähnlichen Speicherobjekts.

Gibt zurück

Ein Wert, der angibt, ob die zugeordnete Tabelle von Migrationen ignoriert wird.

Gilt für: