Partager via


MigrationSqlGenerator.GenerateProcedureBody Méthode

Définition

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.

S’applique à