Udostępnij za pośrednictwem


MigrationSqlGenerator.GenerateProcedureBody Metoda

Definicja

Generuje treść sql dla procedury składowanej.

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>

Drzewa poleceń reprezentujące polecenia operacji wstawiania, aktualizowania lub usuwania.

rowsAffectedParameter
String

Nazwa parametru, którego dotyczy problem, wiersze.

providerManifestToken
String

Token manifestu dostawcy.

Zwraca

Treść sql dla procedury składowanej.

Dotyczy