MigrationCommandListBuilder.EndCommand(Boolean) Méthode
Définition
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.
Termine la génération de la commande actuelle et l’ajoute à la liste des commandes générées. L’appel suivant à l’une des méthodes de générateur commencera à générer une nouvelle commande.
public virtual Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder EndCommand (bool suppressTransaction = false);
abstract member EndCommand : bool -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
override this.EndCommand : bool -> Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder
Public Overridable Function EndCommand (Optional suppressTransaction As Boolean = false) As MigrationCommandListBuilder
Paramètres
- suppressTransaction
- Boolean
Indique si les transactions doivent ou non être supprimées lors de l’exécution de la commande générée.
Retours
Ce générateur afin que des appels supplémentaires puissent être chaînés.