RelationalEntityTypeExtensions.IsTableExcludedFromMigrations Méthode

Définition

Surcharges

IsTableExcludedFromMigrations(IEntityType)

Obtient une valeur indiquant si la table associée est ignorée par Migrations.

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Obtient une valeur indiquant si la table associée est ignorée par Migrations.

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Obtient une valeur indiquant si la table spécifiée est ignorée par Migrations.

IsTableExcludedFromMigrations(IEntityType)

Obtient une valeur indiquant si la table associée est ignorée par Migrations.

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

Paramètres

entityType
IEntityType

Type d'entité.

Retours

Valeur indiquant si la table associée est ignorée par Migrations.

S’applique à

IsTableExcludedFromMigrations(IReadOnlyEntityType)

Obtient une valeur indiquant si la table associée est ignorée par Migrations.

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

Paramètres

entityType
IReadOnlyEntityType

Type d'entité.

Retours

Valeur indiquant si la table associée est ignorée par Migrations.

S’applique à

IsTableExcludedFromMigrations(IReadOnlyEntityType, StoreObjectIdentifier)

Obtient une valeur indiquant si la table spécifiée est ignorée par Migrations.

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

Paramètres

entityType
IReadOnlyEntityType

Type d'entité.

storeObject
StoreObjectIdentifier

Identificateur de l’objet de magasin de type table.

Retours

Valeur indiquant si la table associée est ignorée par Migrations.

S’applique à