insertReadback property
MssqlWriteReadback
get
insertReadback
Which readback an insert into this table will use.
Public because the caller has to interpret the outcome: a stored-row readback returns the whole row and an identity readback returns one column, and the two are put back into a Dart row differently.
Implementation
MssqlWriteReadback get insertReadback => _insertReadback();