次の方法で共有


MigrationsSqlGenerator.EndStatement メソッド

定義

SQL コマンドを終了する 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)

パラメーター

builder
MigrationCommandListBuilder

SQL フラグメントの追加に使用するコマンド ビルダー。

suppressTransaction
Boolean

ビルドされたコマンドの実行中にトランザクションを抑制するかどうかを示します。

適用対象