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