[]
A class representing a SQL update statement
public class UpdateStatement : ISQLStatement
Name | Description |
---|---|
UpdateStatement() |
Name | Description |
---|---|
Assignments | A list containing |
ReturningColumns | An IList of the columns in the RETURNING statement represented as ColumnExpression |
Table | The table to be updated |
Type | The type of the SQL statement |
Where | The where filter to |