UpdateAndSelectSqlGenerator.AppendInsertAndSelectOperations Yöntem

Tanım

Veritabanı tarafından oluşturulan değerleri almak için INSERT ve ardından isteğe bağlı bir SELECT aracılığıyla, oluşturulmakta olan komutlara satır eklemek için SQL'i ekler.

protected virtual Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendInsertAndSelectOperations (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand command, int commandPosition, out bool requiresTransaction);
abstract member AppendInsertAndSelectOperations : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int * bool -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
override this.AppendInsertAndSelectOperations : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int * bool -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Protected Overridable Function AppendInsertAndSelectOperations (commandStringBuilder As StringBuilder, command As IReadOnlyModificationCommand, commandPosition As Integer, ByRef requiresTransaction As Boolean) As ResultSetMapping

Parametreler

commandStringBuilder
StringBuilder

SQL'in eklenmesi gereken oluşturucu.

command
IReadOnlyModificationCommand

Silme işlemini temsil eden komut.

commandPosition
Int32

Toplu işte bu komutun sıralı.

requiresTransaction
Boolean

Eklenen SQL'in düzgün çalışması için bir işlemde yürütülmesi gerekip gerekmediğini döndürür.

Döndürülenler

ResultSetMapping komutu için.

Şunlara uygulanır