Compartir a través de


MigrationSqlGenerator.GenerateProcedureBody Método

Definición

Genera el cuerpo de SQL para un procedimiento almacenado.

public virtual string GenerateProcedureBody (System.Collections.Generic.ICollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationCommandTree> commandTrees, string rowsAffectedParameter, string providerManifestToken);
abstract member GenerateProcedureBody : System.Collections.Generic.ICollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationCommandTree> * string * string -> string
override this.GenerateProcedureBody : System.Collections.Generic.ICollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationCommandTree> * string * string -> string
Public Overridable Function GenerateProcedureBody (commandTrees As ICollection(Of DbModificationCommandTree), rowsAffectedParameter As String, providerManifestToken As String) As String

Parámetros

commandTrees
ICollection<DbModificationCommandTree>

Árboles de comandos que representan los comandos de una operación de inserción, actualización o eliminación.

rowsAffectedParameter
String

Las filas afectadas por el nombre del parámetro.

providerManifestToken
String

Token del manifiesto del proveedor.

Devoluciones

Cuerpo de SQL para el procedimiento almacenado.

Se aplica a