DeleteStatement allows the construction of SQL DELETE statements.
Default constructor
public Void DeleteStatement()Initializes a new instance of DeleteStatement.
public Void DeleteStatement(service)| Name | Type | Summary |
|---|---|---|
| service | IDataService | A IDataService object for which the DeleteStatement is for. |
Initializes a new instance of DeleteStatement.
public Void DeleteStatement(repository)| Name | Type | Summary |
|---|---|---|
| repository | Repository | The underlying repository. |
Initializes a new instance of DeleteStatement.
public Void DeleteStatement(name, repository)| Name | Type | Summary |
|---|---|---|
| name | String | The name of the statement |
| repository | Repository | The underlying repository. |
In this document