MigrationSqlGenerator.GenerateProcedureBody Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.