DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / SupportBatch Method
The statements contained in the batch operation.

In This Topic
    SupportBatch Method (C1CommandBase)
    In This Topic
    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.
    Syntax
    '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 statements can be executed directly on the server.
    See Also