G
Guest
After I begin a transaction: e.g: IDbTransaction aTran =
aConn.BeginTransction();
I see in the debug window a lot of member of the connection such as:
_transaction, HasTransaction, Transaction,..
But I can not get the values of them in my code, I guess they are private
members.
Is there the way to get the active transaction object from aConn object
(suppose I miss aTran object).
aConn.BeginTransction();
I see in the debug window a lot of member of the connection such as:
_transaction, HasTransaction, Transaction,..
But I can not get the values of them in my code, I guess they are private
members.
Is there the way to get the active transaction object from aConn object
(suppose I miss aTran object).