Partager via


MigrationsSqlGenerator.EndStatement Méthode

Définition

Génère un fragment SQL pour mettre fin à la commande SQL.

protected virtual void EndStatement (Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder, bool suppressTransaction = false);
abstract member EndStatement : Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
override this.EndStatement : Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder * bool -> unit
Protected Overridable Sub EndStatement (builder As MigrationCommandListBuilder, Optional suppressTransaction As Boolean = false)

Paramètres

builder
MigrationCommandListBuilder

Générateur de commandes à utiliser pour ajouter le fragment SQL.

suppressTransaction
Boolean

Indique si les transactions doivent ou non être supprimées lors de l’exécution de la commande générée.

S’applique à