Partager via


MigrationCommandListBuilder.EndCommand(Boolean) Méthode

Définition

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.

S’applique à