Share via


RelationalEntityTypeExtensions.SetIsTableExcludedFromMigrations Método

Definição

Sobrecargas

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>)

Define um valor que indica se a tabela associada é ignorada por Migrações.

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, Boolean)

Define um valor que indica se a tabela associada é ignorada por Migrações.

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>, StoreObjectIdentifier)

Define um valor que indica se a tabela associada é ignorada por Migrações.

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, StoreObjectIdentifier, Boolean)

Define um valor que indica se a tabela associada é ignorada por Migrações.

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>)

Define um valor que indica se a tabela associada é ignorada por Migrações.

public static void SetIsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, bool? excluded);
static member SetIsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsTableExcludedFromMigrations (entityType As IMutableEntityType, excluded As Nullable(Of Boolean))

Parâmetros

entityType
IMutableEntityType

O tipo de entidade.

excluded
Nullable<Boolean>

Um valor que indica se a tabela associada é ignorada por Migrações.

Aplica-se a

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, Boolean)

Define um valor que indica se a tabela associada é ignorada por Migrações.

public static bool? SetIsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, bool? excluded, bool fromDataAnnotation = false);
static member SetIsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Nullable<bool> * bool -> Nullable<bool>
<Extension()>
Public Function SetIsTableExcludedFromMigrations (entityType As IConventionEntityType, excluded As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

Parâmetros

entityType
IConventionEntityType

O tipo de entidade.

excluded
Nullable<Boolean>

Um valor que indica se a tabela associada é ignorada por Migrações.

fromDataAnnotation
Boolean

Indica se a configuração foi especificada usando uma anotação de dados.

Retornos

O valor configurado.

Aplica-se a

SetIsTableExcludedFromMigrations(IMutableEntityType, Nullable<Boolean>, StoreObjectIdentifier)

Define um valor que indica se a tabela associada é ignorada por Migrações.

public static void SetIsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, bool? excluded, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member SetIsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Nullable<bool> * StoreObjectIdentifier -> unit
<Extension()>
Public Sub SetIsTableExcludedFromMigrations (entityType As IMutableEntityType, excluded As Nullable(Of Boolean), ByRef storeObject As StoreObjectIdentifier)

Parâmetros

entityType
IMutableEntityType

O tipo de entidade.

excluded
Nullable<Boolean>

Um valor que indica se a tabela associada é ignorada por Migrações.

storeObject
StoreObjectIdentifier

O identificador do objeto de repositório semelhante à tabela.

Aplica-se a

SetIsTableExcludedFromMigrations(IConventionEntityType, Nullable<Boolean>, StoreObjectIdentifier, Boolean)

Define um valor que indica se a tabela associada é ignorada por Migrações.

public static bool? SetIsTableExcludedFromMigrations (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, bool? excluded, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool fromDataAnnotation = false);
static member SetIsTableExcludedFromMigrations : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Nullable<bool> * StoreObjectIdentifier * bool -> Nullable<bool>
<Extension()>
Public Function SetIsTableExcludedFromMigrations (entityType As IConventionEntityType, excluded As Nullable(Of Boolean), ByRef storeObject As StoreObjectIdentifier, Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

Parâmetros

entityType
IConventionEntityType

O tipo de entidade.

excluded
Nullable<Boolean>

Um valor que indica se a tabela associada é ignorada por Migrações.

storeObject
StoreObjectIdentifier

O identificador do objeto de repositório semelhante à tabela.

fromDataAnnotation
Boolean

Indica se a configuração foi especificada usando uma anotação de dados.

Retornos

O valor configurado.

Aplica-se a