Adds a record to the table.
public T Add(T record)
The record object is cloned and assigned the next auto ID before it is stored. The returned record is a clone of the stored record and can be used to access the record ID.