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

In This Topic
    SupportBatch Method (C1JsonCommand)
    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 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.
    See Also