DbCommandTree Class

Definition

An immutable class that implements the basic functionality for the Query, Insert, Update, Delete, and function invocation command tree types.

public ref class DbCommandTree abstract
public abstract class DbCommandTree
type DbCommandTree = class
Public MustInherit Class DbCommandTree
Inheritance
DbCommandTree
Derived

Remarks

A DbCommandTree is an abstract class that is used to represent queries, Data Manipulation Language (DML) operations and function/procedure invocations.

Properties

Parameters

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

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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)

Applies to