Is it possible to get the ID of a transaction via Unit Of Work?
Here's comparable SQL: BEGIN TRAN SELECT transaction_id FROM sys.dm_tran_current_transaction; ROLLBACK
Thanks!
Hi Alex,
You can wrap that in a stored procedure. Then you could map the stored procedure to LLBLGen, so, you can call it.
I don't see why you want to include it in a UOW.