Sdílet prostřednictvím


MigrationSqlGenerator.GenerateProcedureBody Metoda

Definice

Vygeneruje tělo SQL pro uloženou proceduru.

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

Parametry

commandTrees
ICollection<DbModificationCommandTree>

Stromové stromy příkazů představující příkazy pro operaci vložení, aktualizace nebo odstranění.

rowsAffectedParameter
String

Řádky, kterých se to týká, název parametru.

providerManifestToken
String

Token manifestu zprostředkovatele.

Návraty

Tělo SQL pro uloženou proceduru.

Platí pro