sync Batch

protected open fun <V> syncBatch(model: EquinoxItemsHelper.SyncBatchModel, table: String, batchQuery: EquinoxItemsHelper.BatchQuery<V>)

Deprecated

Since version USE THE EQUINOX BUILT-IN

Method to execute a batch synchronization of a list of data simultaneously

Parameters

model

Contains the data about the synchronization such the columns affected and the current list of the data

table

The table where execute the synchronization of the data

batchQuery

The manager of the batch query to execute