DbModificationCommandTree Class
Represents a data manipulation language (DML) operation expressed as a command tree.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
System.Data.Common.CommandTrees::DbCommandTree
System.Data.Common.CommandTrees::DbModificationCommandTree
System.Data.Common.CommandTrees::DbDeleteCommandTree
System.Data.Common.CommandTrees::DbInsertCommandTree
System.Data.Common.CommandTrees::DbUpdateCommandTree
| Name | Description | |
|---|---|---|
![]() | Parameters | Gets the name and corresponding type of each parameter that can be referenced within this DbCommandTree.(Inherited from DbCommandTree.) |
![]() | Target | Gets the DbExpressionBinding that specifies the target table for the data manipulation language (DML) operation. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


