Compartilhar via


DbUpdateCommandTree Construtor

Definição

Inicializa uma nova instância da classe 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

Parâmetros

metadata
MetadataWorkspace

O modelo no qual esse comando funcionará.

dataSpace
DataSpace

O espaço de dados.

target
DbExpressionBinding

A tabela de destino para a operação DML (linguagem de manipulação de dados).

predicate
DbExpression

Um predicado usado para determinar quais membros da coleção de destino devem ser atualizados.

setClauses
ReadOnlyCollection<DbModificationClause>

A lista de cláusulas de conjunto de atualizações que definem a operação de atualização.

returning
DbExpression

Um DbExpression que especifica uma projeção de resultados a serem retornados, com base nas linhas modificadas.

Aplica-se a