'Declaration Protected Overrides NotOverridable Function SupportBatch( _ ByVal statements As IEnumerator(Of ISQLStatement) _ ) As Boolean
protected override bool SupportBatch( IEnumerator<ISQLStatement> statements )
Parameters
- statements
- The statements contained in the batch operation.
Return Value
A boolean indicating if statements can be executed directly on the server.