次の方法で共有


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>

挿入操作を定義する INSERT SET 句の一覧。 .

returning
DbExpression

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

適用対象