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