[]
A class representing a SQL select statement
public class DeleteStatement : ISQLStatement
Name | Description |
---|---|
DeleteStatement() |
Name | Description |
---|---|
ReturningColumns | An IList of the columns in the RETURNING statement represented as ColumnExpression |
Table | The Table to delete from |
Type | The type of the SQL statement |
Where | The where filter clause to consider which records should be deleted |