Inserts a new record, takes the record as a reference in order to update
its PK value. Does not update any other values.
Does not check if the record is already in the database, simply creates
an insert without the PK and can therefore be used to insert the same
record multiple times.
Inserts a new record, takes the record as a reference in order to update its PK value. Does not update any other values.
Does not check if the record is already in the database, simply creates an insert without the PK and can therefore be used to insert the same record multiple times.