UpdateSqlGenerator.AppendStoredProcedureCall Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Fügt SQL zum Aufrufen einer gespeicherten Prozedur an.
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
Parameter
- commandStringBuilder
- StringBuilder
Der Generator, an den die SQL angefügt werden soll.
- command
- IReadOnlyModificationCommand
Der Befehl, der den Aufruf der gespeicherten Prozedur darstellt.
- commandPosition
- Int32
Die Ordnungszahl dieses Befehls im Batch.
- requiresTransaction
- Boolean
Gibt zurück, ob die angefügte SQL-Instanz in einer Transaktion ausgeführt werden muss, um ordnungsgemäß zu funktionieren.
Gibt zurück
Die ResultSetMapping für den Befehl.
Implementiert
Gilt für:
Entity Framework