Condividi tramite


UpdateSqlGenerator.AppendStoredProcedureCall Metodo

Definizione

Aggiunge SQL per chiamare una stored procedure.

public virtual 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
override this.AppendStoredProcedureCall : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int * bool -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Public Overridable Function AppendStoredProcedureCall (commandStringBuilder As StringBuilder, command As IReadOnlyModificationCommand, commandPosition As Integer, ByRef requiresTransaction As Boolean) As ResultSetMapping

Parametri

commandStringBuilder
StringBuilder

Generatore a cui deve essere accodato sql.

command
IReadOnlyModificationCommand

Comando che rappresenta la chiamata alla stored procedure.

commandPosition
Int32

Ordinale di questo comando nel batch.

requiresTransaction
Boolean

Restituisce un valore che indica se l'accodamento SQL deve essere eseguito in una transazione per funzionare correttamente.

Restituisce

Oggetto ResultSetMapping per il comando .

Implementazioni

Si applica a