IUpdateSqlGenerator.AppendInsertOperation Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| AppendInsertOperation(StringBuilder, IReadOnlyModificationCommand, Int32) |
oluşturulan komutlara bir satır eklemek için bir SQL komutu ekler. |
| AppendInsertOperation(StringBuilder, ModificationCommand, Int32) |
oluşturulan komutlara bir satır eklemek için bir SQL komutu ekler. |
AppendInsertOperation(StringBuilder, IReadOnlyModificationCommand, Int32)
oluşturulan komutlara bir satır eklemek için bir SQL komutu ekler.
public Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendInsertOperation (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand command, int commandPosition);
abstract member AppendInsertOperation : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand * int -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Public Function AppendInsertOperation (commandStringBuilder As StringBuilder, command As IReadOnlyModificationCommand, commandPosition As Integer) As ResultSetMapping
Parametreler
- commandStringBuilder
- StringBuilder
SQL eklenmesi gereken oluşturucu.
- command
- IReadOnlyModificationCommand
Silme işlemini temsil eden komut.
- commandPosition
- Int32
Toplu işteki bu komutun sıra sayısı.
Döndürülenler
ResultSetMappingKomut için.
Şunlara uygulanır
AppendInsertOperation(StringBuilder, ModificationCommand, Int32)
oluşturulan komutlara bir satır eklemek için bir SQL komutu ekler.
public Microsoft.EntityFrameworkCore.Update.ResultSetMapping AppendInsertOperation (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.ModificationCommand command, int commandPosition);
abstract member AppendInsertOperation : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.ModificationCommand * int -> Microsoft.EntityFrameworkCore.Update.ResultSetMapping
Public Function AppendInsertOperation (commandStringBuilder As StringBuilder, command As ModificationCommand, commandPosition As Integer) As ResultSetMapping
Parametreler
- commandStringBuilder
- StringBuilder
SQL eklenmesi gereken oluşturucu.
- command
- ModificationCommand
Silme işlemini temsil eden komut.
- commandPosition
- Int32
Toplu işteki bu komutun sıra sayısı.
Döndürülenler
ResultSetMappingKomut için.