DeleteStatement Members
In This Article
#Constructors
Name | Description |
---|---|
Delete |
Initializes a new instance of the Delete |
Delete |
Initializes a new instance of the Delete |
#Fields
Name | Description |
---|---|
Alias |
A String value that identifies the table.
Inherited from Join |
Condition |
Specifies the criteria expression.
Inherited from Join |
Operands |
The collection of operands.
Inherited from Base |
Parameters |
Gets the collection of Operand |
Records |
Specifies the number of records to be modified.
Inherited from Modification |
Sub |
Provides access to the collection of sub nodes that is represented by a Join |
Table |
Inherited from Join |
Type |
A Join |
#Methods
Name | Description |
---|---|
Collect |
Inherited from Join |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the current object has the same settings as the specified object. |
Get |
Returns the column with the specified name.
Inherited from Join |
Get |
Gets the hash code (a number) that corresponds to the value of the current Delete |
Get |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Get |
Returns the names of the tables that are referenced in the statement.
Inherited from Base |
Get |
Returns the names of the tables that are referenced in the specified statements.
Inherited from Base |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string representation of the Delete |
See Also