DbCommandTree Class
An immutable class that implements the basic functionality for the Query, Insert, Update, Delete, and function invocation command tree types.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
System.Data.Common.CommandTrees::DbCommandTree
System.Data.Common.CommandTrees::DbFunctionCommandTree
System.Data.Common.CommandTrees::DbModificationCommandTree
System.Data.Common.CommandTrees::DbQueryCommandTree
| Name | Description | |
|---|---|---|
![]() | Parameters | Gets the name and corresponding type of each parameter that can be referenced within this DbCommandTree. |
| 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.) |
A DbCommandTree is an abstract class that is used to represent queries, Data Manipulation Language (DML) operations and function/procedure invocations.
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.


