共用方式為


DbUpdateCommandTree 建構函式

定義

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

public DbUpdateCommandTree (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.Data.Entity.Core.Common.CommandTrees.DbExpression predicate, 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.DbUpdateCommandTree : System.Data.Entity.Core.Metadata.Edm.MetadataWorkspace * System.Data.Entity.Core.Metadata.Edm.DataSpace * System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding * System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Common.CommandTrees.DbModificationClause> * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbUpdateCommandTree

參數

metadata
MetadataWorkspace

此命令將在其上運作的模型。

dataSpace
DataSpace

資料空間。

target
DbExpressionBinding

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

predicate
DbExpression

用來判斷應更新目標集合成員的述詞。

setClauses
ReadOnlyCollection<DbModificationClause>

定義更新作業的更新集子句清單。

returning
DbExpression

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

適用於