OwnedNavigationTableBuilder.ExcludeFromMigrations(Boolean) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Configure la table à ignorer par les migrations.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder ExcludeFromMigrations (bool excluded = true);
abstract member ExcludeFromMigrations : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder
override this.ExcludeFromMigrations : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder
Public Overridable Function ExcludeFromMigrations (Optional excluded As Boolean = true) As OwnedNavigationTableBuilder
- excluded
- Boolean
Valeur indiquant si la table doit être gérée par des migrations.
Le même générateur instance afin que plusieurs appels puissent être chaînés.
Pour plus d’informations, consultez Migrations de bases de données.
Commentaires sur Entity Framework
Entity Framework est un projet open source. Sélectionnez un lien pour fournir des commentaires :