DbInsertCommandTree Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe 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
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).
- setClauses
- ReadOnlyCollection<DbModificationClause>
A lista de cláusulas de conjunto de inserção que definem a operação de inserção. .
- returning
- DbExpression
Um DbExpression que especifica uma projeção de resultados a serem retornados, com base nas linhas modificadas.
Aplica-se a
Entity Framework