createValues method
Inserts values and returns the stored row.
Generated create(OrderCreate) is the usual call. Absent Create
fields become SQL DEFAULT, which binding null would overwrite.
Implementation
Future<TRow> createValues(MssqlWriteAssignments values) =>
_repository().insertAssignments(values);