fork abstract method

TSelf fork(
  1. MssqlSession session
)

Reconstructs this generated type over session, keeping clock.

transaction uses this so the callback receives AppDatabase rather than a private sibling class it would have to cast.

Implementation

TSelf fork(MssqlSession session);