Condividi tramite


RelationalEntityTypeExtensions.IsTableExcludedFromMigrations Metodo

Definizione

Overload

IsTableExcludedFromMigrations(IEntityType)

Ottiene un valore che indica se la tabella associata viene ignorata dalle migrazioni.

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Ottiene un valore che indica se la tabella associata viene ignorata dalle migrazioni.

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Ottiene un valore che indica se la tabella specificata viene ignorata dalle migrazioni.

IsTableExcludedFromMigrations(IEntityType)

Ottiene un valore che indica se la tabella associata viene ignorata dalle migrazioni.

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

Parametri

entityType
IEntityType

Tipo di entità.

Restituisce

Valore che indica se la tabella associata viene ignorata dalle migrazioni.

Si applica a

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Ottiene un valore che indica se la tabella associata viene ignorata dalle migrazioni.

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Valore che indica se la tabella associata viene ignorata dalle migrazioni.

Si applica a

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Ottiene un valore che indica se la tabella specificata viene ignorata dalle migrazioni.

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store simile alla tabella.

Restituisce

Valore che indica se la tabella associata viene ignorata dalle migrazioni.

Si applica a