[]
Virtual method to check whether or not deleteStatement can be executed directly
on the server pointed by the connection used by this command.
protected virtual bool SupportDelete(DeleteStatement deleteStatement)
Protected Overridable Function SupportDelete(deleteStatement As DeleteStatement) As Boolean
| Type | Name | Description |
|---|---|---|
| DeleteStatement | deleteStatement | The insert statement. |
| Type | Description |
|---|---|
| bool | A boolean indicating if |