UpdateAndSelectSqlGenerator.AppendInsertAndSelectOperation 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 insérer une ligne dans les commandes en cours de génération, via un INSERT suivi d’une option SELECT facultative pour récupérer toutes les valeurs générées par la base de données.
protected virtual Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendInsertAndSelectOperation (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand command, int commandPosition, out bool requiresTransaction);
abstract member AppendInsertAndSelectOperation : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int * bool -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
override this.AppendInsertAndSelectOperation : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int * bool -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Protected Overridable Function AppendInsertAndSelectOperation (commandStringBuilder As StringBuilder, command As IReadOnlyModificationCommand, commandPosition As Integer, ByRef requiresTransaction As Boolean) As ResultSetMapping
Paramètres
- commandStringBuilder
- StringBuilder
Générateur auquel le SQL doit être ajouté.
- command
- IReadOnlyModificationCommand
Commande qui représente l’opération de suppression.
- 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
pour ResultSetMapping la commande .