DeleteStatement Constructors
Represents the delete statement.
Name | Parameters | Description |
---|---|---|
Delete |
none |
Initializes a new instance of the Delete |
Delete |
table, alias |
Initializes a new instance of the Delete |
See Also