Skip to main content

UpdateStatement Members

Represents the update statement.

Constructors

Name Description
UpdateStatement() Initializes a new instance of the UpdateStatement class.
UpdateStatement(DBTable, String) Initializes a new instance of the UpdateStatement class with the specified settings.

Fields

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. Inherited from ModificationStatement.
RecordsAffected Specifies the number of records to be modified. Inherited from ModificationStatement.
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.

Methods

Name Description
CollectJoinNodesAndCriteria(out List<JoinNode>, out List<CriteriaOperator>) Inherited from JoinNode.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the current object has the same settings as the specified object.
GetColumn(String) Returns the column with the specified name. Inherited from JoinNode.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current UpdateStatement object.
GetTablesColumns(BaseStatement[]) static This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseStatement.
GetTablesNames() Returns the names of the tables that are referenced in the statement. Inherited from BaseStatement.
GetTablesNames(BaseStatement[]) static Returns the names of the tables that are referenced in the specified statements. Inherited from BaseStatement.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string representation of the UpdateStatement.
See Also