DbCommandTree Class

 

Represents the abstract base type for the Delete, Query, Insert and Update DbCommandTree types.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)


public abstract class DbCommandTree

NameDescription
System_CAPS_pubpropertyCommandTreeKind

Gets the kind of this command tree.

System_CAPS_pubpropertyDataSpace

Gets the data space in which metadata used by this command tree must reside.

System_CAPS_pubpropertyMetadataWorkspace

Gets the metadata workspace used by this command tree.

System_CAPS_pubpropertyParameters

Gets the name and corresponding type of each parameter that can be referenced within this command tree.

System_CAPS_pubpropertyUseDatabaseNullSemantics

Gets whether the command tree uses the null semantics for the database.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.