IConventionEntityTypeMappingFragment.SetIsTableExcludedFromMigrations Methode

Definition

Legt einen Wert fest, der angibt, ob die zugeordnete Tabelle von Migrationen ignoriert wird.

public bool? SetIsTableExcludedFromMigrations (bool? excluded, bool fromDataAnnotation = false);
abstract member SetIsTableExcludedFromMigrations : Nullable<bool> * bool -> Nullable<bool>
Public Function SetIsTableExcludedFromMigrations (excluded As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

Parameter

excluded
Nullable<Boolean>

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

fromDataAnnotation
Boolean

Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.

Gibt zurück

Gilt für: