[]
Virtual method to check whether or not statements can be executed directly
as a batch operation on the server pointed by the connection used by this command.
protected override bool SupportBatch(IEnumerator<ISQLStatement> statements)
Protected Overrides Function SupportBatch(statements As IEnumerator(Of ISQLStatement)) As Boolean
| Type | Name | Description |
|---|---|---|
| IEnumerator<ISQLStatement> | statements | The statements contained in the batch operation. |
| Type | Description |
|---|---|
| bool | A boolean indicating if |