ReaderModificationCommandBatch.ModificationCommands Property

Definition

The list of conceptual insert/update/delete ModificationCommandss in the 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)

Property Value

Applies to