readback property

MssqlWriteReadback? readback
final

The caller's declared strategy, overriding what the table implies.

The only way to write to a table with an INSTEAD OF trigger: the engine refuses to guess there, because every guess is wrong for some trigger body.

Implementation

final MssqlWriteReadback? readback;