[]
Checks whether the passed statements
can or cannot be executed on the server as a batch operation.
protected virtual bool SupportBatch(IEnumerator<ISQLStatement> statements)
Type | Name | Description |
---|---|---|
IEnumerator<ISQLStatement> | statements | The statements contained in the batch operation. |
Type | Description |
---|---|
bool | A boolean indicating if the passed |