SqlServerMigrationSqlGenerator.GenerateProcedureBody Yöntem

Tanım

Saklı yordam için SQL gövdesini oluşturur.

public override string GenerateProcedureBody(System.Collections.Generic.ICollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationCommandTree> commandTrees, string rowsAffectedParameter, string providerManifestToken);
override this.GenerateProcedureBody : System.Collections.Generic.ICollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationCommandTree> * string * string -> string
Public Overrides Function GenerateProcedureBody (commandTrees As ICollection(Of DbModificationCommandTree), rowsAffectedParameter As String, providerManifestToken As String) As String

Parametreler

commandTrees
ICollection<DbModificationCommandTree>

Ekleme, güncelleştirme veya silme işleminin komutlarını temsil eden komut ağaçları.

rowsAffectedParameter
String

Etkilenen satırlar parametre adı.

providerManifestToken
String

Sağlayıcı bildirim belirteci.

Döndürülenler

Saklı yordamın SQL gövdesi.

Şunlara uygulanır