共用方式為


DbInsertCommandTree 建構函式

定義

初始化 DbInsertCommandTree 類別的新執行個體。

public DbInsertCommandTree (System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace metadata, System.Data.Entity.Core.Metadata.Edm.DataSpace dataSpace, System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding target, System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationClause> setClauses, System.Data.Entity.Core.Common.CommandTrees.DbExpression returning);
new System.Data.Entity.Core.Common.CommandTrees.DbInsertCommandTree : System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace * System.Data.Entity.Core.Metadata.Edm.DataSpace * System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding * System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationClause> * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbInsertCommandTree

參數

metadata
MetadataWorkspace

此命令將會運作的模型。

dataSpace
DataSpace

資料空間。

target
DbExpressionBinding

資料操作語言的目標資料表 (DML) 作業。

setClauses
ReadOnlyCollection<DbModificationClause>

定義插入作業的插入集子句清單。 .

returning
DbExpression

DbExpression 指定要根據修改的資料列傳回的結果投影。

適用於