MigrationSqlGenerator.GenerateProcedureBody Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère le corps SQL d’une procédure stockée.
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
Paramètres
- commandTrees
- ICollection<DbModificationCommandTree>
Arborescences de commandes représentant les commandes d’une opération d’insertion, de mise à jour ou de suppression.
- rowsAffectedParameter
- String
Nom du paramètre affecté par les lignes.
- providerManifestToken
- String
Jeton de manifeste du fournisseur.
Retours
Corps SQL de la procédure stockée.