ModificationStatement Fields
Serves as the base class for classes that represent modification statements.Name | Description |
---|---|
Alias | A String value that identifies the table. Inherited from JoinNode. |
Condition | Specifies the criteria expression. Inherited from JoinNode. |
Operands | The collection of operands. Inherited from BaseStatement. |
Parameters | Gets the collection of OperandValue objects. |
RecordsAffected | Specifies the number of records to be modified. |
SubNodes | Provides access to the collection of sub nodes that is represented by a JoinNodeCollection object. Inherited from JoinNode. |
Table | Inherited from JoinNode. |
Type | A JoinType enumeration value that specifies the join’s type. Inherited from JoinNode. |
See Also