Udostępnij przez


DbInsertCommandTree Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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

Parametry

metadata
MetadataWorkspace

Model, na którym będzie działać to polecenie.

dataSpace
DataSpace

Przestrzeń danych.

target
DbExpressionBinding

Tabela docelowa operacji języka manipulowania danymi (DML).

setClauses
ReadOnlyCollection<DbModificationClause>

Lista wstawiania klauzul zestawu, które definiują operację wstawiania. .

returning
DbExpression

Element DbExpression określający projekcję wyników do zwrócenia na podstawie zmodyfikowanych wierszy.

Dotyczy