Partager via


ModificationCommandBatch.ModificationCommands Propriété

Définition

Liste des insertions/mises à jour/suppression conceptuelles ModificationCommandsdans le lot.

public abstract System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ModificationCommand> ModificationCommands { get; }
public abstract 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 MustOverride ReadOnly Property ModificationCommands As IReadOnlyList(Of ModificationCommand)
Public MustOverride ReadOnly Property ModificationCommands As IReadOnlyList(Of IReadOnlyModificationCommand)

Valeur de propriété

S’applique à