Condividi tramite


ModificationCommandBatch.ModificationCommands Proprietà

Definizione

Elenco di elementi concettuali di inserimento/aggiornamento/eliminazione ModificationCommandss nel batch.

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)

Valore della proprietà

Si applica a