IUpdateSqlGenerator.AppendStoredProcedureCall 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.
Ajoute SQL pour appeler une procédure stockée.
public Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendStoredProcedureCall (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand command, int commandPosition, out bool requiresTransaction);
abstract member AppendStoredProcedureCall : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int * bool -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Public Function AppendStoredProcedureCall (commandStringBuilder As StringBuilder, command As IReadOnlyModificationCommand, commandPosition As Integer, ByRef requiresTransaction As Boolean) As ResultSetMapping
Paramètres
- commandStringBuilder
- StringBuilder
Générateur auquel le code SQL doit être ajouté.
- command
- IReadOnlyModificationCommand
Commande qui représente l’appel de procédure stockée.
- commandPosition
- Int32
Ordinal de cette commande dans le lot.
- requiresTransaction
- Boolean
Retourne si le sql ajouté doit être exécuté dans une transaction pour fonctionner correctement.
Retours
ResultSetMapping pour la commande .