'Declaration Protected Overridable Function SupportBatch( _ ByVal statements As IEnumerator(Of ISQLStatement) _ ) As Boolean
protected virtual bool SupportBatch( IEnumerator<ISQLStatement> statements )
Parameters
- statements
- The statements contained in the batch operation.
Return Value
A boolean indicating if the passed statements can be executed as a batch operation.