UpdateStatement Constructors
Represents the update statement.Name | Parameters | Description |
---|---|---|
UpdateStatement() | none | Initializes a new instance of the UpdateStatement class. |
UpdateStatement(DBTable, String) | table, alias | Initializes a new instance of the UpdateStatement class with the specified settings. |
See Also