ServerSideTable.updateRow

update row in the server table, turning the client tables out of sync

  1. void updateRow(KeysStruct keys, ColumnsStruct record)
  2. void updateRow(Database db, KeysStruct keys, ColumnsStruct record)
    class ServerSideTable(ClientT, immutable(Table) table)

Meta