ServerSideTable.updateRecord

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void updateRecord(Database db, Bytes encodedKeys, Bytes encodedRecord, RequestState state, string clientId)
    class ServerSideTable(ClientT, immutable(Table) table)
    override
    void
    updateRecord
  2. void updateRecord(Database db, asPkStruct!table keys, ColumnsStruct record, RequestState state, string clientId)

Meta