Hi,
I am wondering as to why LLBLGen is code-gen its Transaction class. Why is it not using the Transaction class in System.Transactions? Even, if LLBLGen needs its own Transaction class because of the fact that it needs to support to different DBs, why does it need to be code-gen-ed for every project?
Why do I ask? Well, we are building our internal library for custom purposes that needs to be able to pass transactions around. This internal library will be used in many of our projects. In this case, I cannot use the Transaction class that is code-gen-ed for just one project. Ideally, I would like to support the class in the System.Transactions namespace since this will allow us to use the same transaction for both LLBLGen classes and also for straight ADO.NET.
I would appreciate it if someone could explain the reasons for auto-generating the Transaction class in LLBLGen...
Thank You,
Vish