ServerSideTable.toInsert

Undocumented in source.
  1. asSyncStruct!(table)[asPkStruct!(table)] toInsert;
    class ServerSideTable(ClientT, immutable(Table) table)
    static if(table.decorateRows)
    asSyncStruct!(table)[asPkStruct!(table)] toInsert;
  2. asStruct!(table)[asPkStruct!(table)] toInsert;

Meta