次の方法で共有


IUpdateSqlGenerator.AppendStoredProcedureCall メソッド

定義

ストアド プロシージャを呼び出すための SQL を追加します。

public Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendStoredProcedureCall (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand command, int commandPosition, out bool requiresTransaction);
abstract member AppendStoredProcedureCall : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int * bool -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Public Function AppendStoredProcedureCall (commandStringBuilder As StringBuilder, command As IReadOnlyModificationCommand, commandPosition As Integer, ByRef requiresTransaction As Boolean) As ResultSetMapping

パラメーター

commandStringBuilder
StringBuilder

SQL を追加するビルダー。

command
IReadOnlyModificationCommand

ストアド プロシージャの呼び出しを表すコマンド。

commandPosition
Int32

バッチ内のこのコマンドの序数。

requiresTransaction
Boolean

正常に動作するために、追加された SQL をトランザクションで実行する必要があるかどうかを返します。

戻り値

ResultSetMappingコマンドの 。

適用対象