[]
        
(Showing Draft Content)

C1.AdoNet.CSV.C1CSVCommand.SupportBatch

SupportBatch Method

SupportBatch(IEnumerator<ISQLStatement>)

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.

Declaration
protected override bool SupportBatch(IEnumerator<ISQLStatement> statements)
Parameters
Type Name Description
IEnumerator<ISQLStatement> statements

The statements contained in the batch operation.

Returns
Type Description
bool

A boolean indicating if statements can be executed directly on the server.

Overrides