DbCommandTree Class
Represents the abstract base type for the Delete, Query, Insert and Update DbCommandTree types.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Common.CommandTrees.DbCommandTree
System.Data.Entity.Core.Common.CommandTrees.DbFunctionCommandTree
System.Data.Entity.Core.Common.CommandTrees.DbModificationCommandTree
System.Data.Entity.Core.Common.CommandTrees.DbQueryCommandTree
Name | Description | |
---|---|---|
![]() | CommandTreeKind | Gets the kind of this command tree. |
![]() | DataSpace | Gets the data space in which metadata used by this command tree must reside. |
![]() | MetadataWorkspace | Gets the metadata workspace used by this command tree. |
![]() | Parameters | Gets the name and corresponding type of each parameter that can be referenced within this command tree. |
![]() | UseDatabaseNullSemantics | Gets whether the command tree uses the null semantics for the database. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the DbCommandTree.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.