IUpdateSqlGenerator.AppendStoredProcedureCall Yöntem

Tanım

Saklı yordamı çağırmak için SQL'i ekler.

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

Parametreler

commandStringBuilder
StringBuilder

SQL'in eklenmesi gereken oluşturucu.

command
IReadOnlyModificationCommand

Saklı yordam çağrısını temsil eden komut.

commandPosition
Int32

Toplu işte bu komutun sıralı.

requiresTransaction
Boolean

Eklenen SQL'in doğru ç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