ReaderModificationCommandBatch.ModificationCommands Eigenschaft
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.
Die Liste der konzeptionellen Einfüge-,Update-/Löschvorgänge ModificationCommandsim Batch.
public override System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ModificationCommand> ModificationCommands { get; }
public override System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand> ModificationCommands { get; }
member this.ModificationCommands : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ModificationCommand>
member this.ModificationCommands : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand>
Public Overrides ReadOnly Property ModificationCommands As IReadOnlyList(Of ModificationCommand)
Public Overrides ReadOnly Property ModificationCommands As IReadOnlyList(Of IReadOnlyModificationCommand)
Eigenschaftswert
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework