MigrationsSqlGenerator.EndStatement Method

Definition

Generates a SQL fragment to terminate the SQL command.

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)

Parameters

builder
MigrationCommandListBuilder

The command builder to use to add the SQL fragment.

suppressTransaction
Boolean

Indicates whether or not transactions should be suppressed while executing the built command.

Applies to