DataConnector | ComponentOne
C1.AdoNet.Magento 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
    Checks whether the passed statements can or cannot be executed on the server as a batch operation.
    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 the passed statements can be executed as a batch operation.
    See Also