Hi
Can you please tell me what is the difference between using
and
object for transactions ?
I mean, what is the difference in using
and
(or may be
vs
)?
If I use Connection object to perform the transaction, will the events
and
fired ?
You'll be doing me one of greatest favours, if you can clarify this for me..
In advance,
Thanks!
RR
Can you please tell me what is the difference between using
Code:
ObjectContext
Code:
Connection
I mean, what is the difference in using
Code:
cn.CommitTrans
Code:
ObjectContext.SetComplete
Code:
cn.RollbackTrans
Code:
ObjectContext.setAbort
If I use Connection object to perform the transaction, will the events
Code:
OnTransactionCommit
Code:
OnTransactionAbort
You'll be doing me one of greatest favours, if you can clarify this for me..
In advance,
Thanks!
RR