IUpdateSqlGenerator.AppendUpdateOperation 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.
Überlädt
AppendUpdateOperation(StringBuilder, IReadOnlyModificationCommand, Int32) |
Fügt einen SQL-Befehl zum Aktualisieren einer Zeile an die zu erstellenden Befehle an. |
AppendUpdateOperation(StringBuilder, ModificationCommand, Int32) |
Fügt einen SQL-Befehl zum Aktualisieren einer Zeile an die zu erstellenden Befehle an. |
AppendUpdateOperation(StringBuilder, IReadOnlyModificationCommand, Int32, Boolean) |
Fügt einen SQL-Befehl zum Aktualisieren einer Zeile an die zu erstellenden Befehle an. |
AppendUpdateOperation(StringBuilder, IReadOnlyModificationCommand, Int32)
Fügt einen SQL-Befehl zum Aktualisieren einer Zeile an die zu erstellenden Befehle an.
public Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendUpdateOperation (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand command, int commandPosition);
public virtual Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendUpdateOperation (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand command, int commandPosition);
abstract member AppendUpdateOperation : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
abstract member AppendUpdateOperation : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
override this.AppendUpdateOperation : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Public Function AppendUpdateOperation (commandStringBuilder As StringBuilder, command As IReadOnlyModificationCommand, commandPosition As Integer) As ResultSetMapping
Public Overridable Function AppendUpdateOperation (commandStringBuilder As StringBuilder, command As IReadOnlyModificationCommand, commandPosition As Integer) As ResultSetMapping
Parameter
- commandStringBuilder
- StringBuilder
Der Generator, an den die SQL angefügt werden soll.
- command
- IReadOnlyModificationCommand
Der Befehl, der den Löschvorgang darstellt.
- commandPosition
- Int32
Die Ordnungszahl dieses Befehls im Batch.
Gibt zurück
Die ResultSetMapping für den Befehl.
Gilt für:
AppendUpdateOperation(StringBuilder, ModificationCommand, Int32)
Fügt einen SQL-Befehl zum Aktualisieren einer Zeile an die zu erstellenden Befehle an.
public Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendUpdateOperation (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.ModificationCommand command, int commandPosition);
abstract member AppendUpdateOperation : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.ModificationCommand * int -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Public Function AppendUpdateOperation (commandStringBuilder As StringBuilder, command As ModificationCommand, commandPosition As Integer) As ResultSetMapping
Parameter
- commandStringBuilder
- StringBuilder
Der Generator, an den die SQL angefügt werden soll.
- command
- ModificationCommand
Der Befehl, der den Löschvorgang darstellt.
- commandPosition
- Int32
Die Ordnungszahl dieses Befehls im Batch.
Gibt zurück
Die ResultSetMapping für den Befehl.
Gilt für:
AppendUpdateOperation(StringBuilder, IReadOnlyModificationCommand, Int32, Boolean)
Fügt einen SQL-Befehl zum Aktualisieren einer Zeile an die zu erstellenden Befehle an.
public Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendUpdateOperation (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand command, int commandPosition, out bool requiresTransaction);
abstract member AppendUpdateOperation : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int * bool -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Public Function AppendUpdateOperation (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 Löschvorgang 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.
Gilt für:
Entity Framework