This documentation is archived and is not being maintained.
DbInsertCommandTree Class
Visual Studio 2010
Represents a single row insert operation expressed as a command tree. This class cannot be inherited.
System::Object
System.Data.Common.CommandTrees::DbCommandTree
System.Data.Common.CommandTrees::DbModificationCommandTree
System.Data.Common.CommandTrees::DbInsertCommandTree
System.Data.Common.CommandTrees::DbCommandTree
System.Data.Common.CommandTrees::DbModificationCommandTree
System.Data.Common.CommandTrees::DbInsertCommandTree
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The DbInsertCommandTree type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Parameters | Gets the name and corresponding type of each parameter that can be referenced within this DbCommandTree. (Inherited from DbCommandTree.) |
![]() | Returning | Gets an DbExpression that specifies a projection of results to be returned based on the modified rows. |
![]() | SetClauses | Gets the list of insert set clauses that define the insert operation. |
![]() | Target | Gets the DbExpressionBinding that specifies the target table for the data manipulation language (DML) operation. (Inherited from DbModificationCommandTree.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
When the Returning property is set, the command returns a reader; otherwise, it returns a scalar value indicating the number of rows affected.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
