[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.SupportBatch

SupportBatch Method

SupportBatch(IEnumerator<ISQLStatement>)

Checks whether the passed statements can or cannot be executed on the server as a batch operation.

Declaration
protected virtual 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 the passed statements can be executed as a batch operation.