bulkUpdate method

OpResult bulkUpdate(
  1. Map changes,
  2. dynamic identifier, [
  3. String? tableName
])

Implementation

OpResult bulkUpdate(Map changes, dynamic identifier, [String? tableName]) {
  return _unitOfWorkUpdate.bulkUpdate(changes, identifier, tableName);
}