Compartir a través de


InsertDataOperation.GenerateModificationCommands(IModel) Método

Definición

Precaución

Esta API ya está en desuso.

Genera los comandos que corresponden a esta operación.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation+<GenerateModificationCommands>d__16))]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.ModificationCommand> GenerateModificationCommands (Microsoft.EntityFrameworkCore.Metadata.IModel model);
[System.Obsolete]
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation+<GenerateModificationCommands>d__20))]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.ModificationCommand> GenerateModificationCommands (Microsoft.EntityFrameworkCore.Metadata.IModel model);
[System.Obsolete]
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation+<GenerateModificationCommands>d__20))]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.ModificationCommand> GenerateModificationCommands (Microsoft.EntityFrameworkCore.Metadata.IModel? model);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation+<GenerateModificationCommands>d__16))>]
abstract member GenerateModificationCommands : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Update.ModificationCommand>
override this.GenerateModificationCommands : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Update.ModificationCommand>
[<System.Obsolete>]
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Migrations.Operations.InsertDataOperation+<GenerateModificationCommands>d__20))>]
abstract member GenerateModificationCommands : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Update.ModificationCommand>
override this.GenerateModificationCommands : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Update.ModificationCommand>
Public Iterator Overridable Function GenerateModificationCommands (model As IModel) As IEnumerable(Of ModificationCommand)

Parámetros

model
IModel

Devoluciones

Comandos que corresponden a esta operación.

Atributos

Se aplica a