UpdateOperation constructor

UpdateOperation(
  1. SonicDbBase db,
  2. String table,
  3. Map entity
)

Implementation

UpdateOperation(SonicDbBase db, String table, Map entity)
  : super(db, table, entity: entity);