Freigeben über


DbUpdateCommandTree-Konstruktor

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Initialisiert eine neue Instanz der DbUpdateCommandTree-Klasse.

Namespace:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Sub New ( _
    metadata As MetadataWorkspace, _
    dataSpace As DataSpace, _
    target As DbExpressionBinding, _
    predicate As DbExpression, _
    setClauses As ReadOnlyCollection(Of DbModificationClause), _
    returning As DbExpression _
)
'Usage
Dim metadata As MetadataWorkspace 
Dim dataSpace As DataSpace 
Dim target As DbExpressionBinding 
Dim predicate As DbExpression 
Dim setClauses As ReadOnlyCollection(Of DbModificationClause)
Dim returning As DbExpression 

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

Parameter

Siehe auch

Verweis

DbUpdateCommandTree Klasse

System.Data.Entity.Core.Common.CommandTrees-Namespace