次の方法で共有


DbInsertCommandTree コンストラクター

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

DbInsertCommandTree クラスの新しいインスタンスを初期化します。

名前空間:  System.Data.Entity.Core.Common.CommandTrees
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Sub New ( _
    metadata As MetadataWorkspace, _
    dataSpace As DataSpace, _
    target As DbExpressionBinding, _
    setClauses As ReadOnlyCollection(Of DbModificationClause), _
    returning As DbExpression _
)
'使用
Dim metadata As MetadataWorkspace 
Dim dataSpace As DataSpace 
Dim target As DbExpressionBinding 
Dim setClauses As ReadOnlyCollection(Of DbModificationClause)
Dim returning As DbExpression 

Dim instance As New DbInsertCommandTree(metadata, _
    dataSpace, target, setClauses, returning)
public DbInsertCommandTree(
    MetadataWorkspace metadata,
    DataSpace dataSpace,
    DbExpressionBinding target,
    ReadOnlyCollection<DbModificationClause> setClauses,
    DbExpression returning
)
public:
DbInsertCommandTree(
    MetadataWorkspace^ metadata, 
    DataSpace dataSpace, 
    DbExpressionBinding^ target, 
    ReadOnlyCollection<DbModificationClause^>^ setClauses, 
    DbExpression^ returning
)
new : 
        metadata:MetadataWorkspace * 
        dataSpace:DataSpace * 
        target:DbExpressionBinding * 
        setClauses:ReadOnlyCollection<DbModificationClause> * 
        returning:DbExpression -> DbInsertCommandTree
public function DbInsertCommandTree(
    metadata : MetadataWorkspace, 
    dataSpace : DataSpace, 
    target : DbExpressionBinding, 
    setClauses : ReadOnlyCollection<DbModificationClause>, 
    returning : DbExpression
)

パラメーター

参照

参照

DbInsertCommandTree クラス

System.Data.Entity.Core.Common.CommandTrees 名前空間