次の方法で共有


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>

更新操作を定義する UPDATE SET 句の一覧。

returning
DbExpression

DbExpression変更された行に基づいて、返される結果のプロジェクションを指定する 。

適用対象