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

In This Topic
    SupportBatch Method (C1CSVCommand)
    In This Topic
    Checks whether the passed statements can or cannot be executed on the server as a batch operation.
    Syntax
    'Declaration
     
    Protected Function SupportBatch( _
       ByVal statements As IEnumerator(Of ISQLStatement) _
    ) As Boolean
    protected 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