[]
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)
Type | Name | Description |
---|---|---|
DeleteStatement | deleteStatement | The insert statement. |
Type | Description |
---|---|
bool | A boolean indicating if |