SqlServerMigrationSqlGenerator.GenerateProcedureBody 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生預存程式的 SQL 主體。
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
參數
- commandTrees
- ICollection<DbModificationCommandTree>
命令樹,表示插入、更新或刪除作業的命令。
- rowsAffectedParameter
- String
受影響的資料列參數名稱。
- providerManifestToken
- String
提供者資訊清單語彙基元。
傳回
預存程式的 SQL 主體。