New Message on dotNET User Group Hyd

VJs Tip Of The Day

Reply
  Reply to Sender   Recommend Message 34 in Discussion
From: VishalRJoshi

TransactionOption

We are getting into the details of TransactionOption today...

1. TransactionOption.Disabled implies that automatic transactions cannot
control the object... Still if you want this object to support transaction
then it can be done by manual transactions...

2. TransactionOption.NotSupported implies that object context will always be
created without transaction for this object no matter whether a transaction
is already existing...

3. TransactionOption.Supported implies that if transaction exists the object
will run under it, if it does not exist it will run without transaction...

4. TransactionOption.Required implies that if transaction exists the object
will run under it, if it does not exist a new transaction will be created...


5. TransactionOption.RequiresNew implies that the a new transaction is
started for every request...


Vishal Joshi
Microsoft MVP .Net
If You Think YOU CAN... You Can...
http://VishalJoshi.Blogspot.com
http://www.microsoft.com/india/mvp/indiamvp.aspx
http://groups.msn.com/ChennaiNetUserGroup
http://groups.msn.com/CNUG-DAM
http://groups.msn.com/NetBloomingtonUserGroup


PS: Trivandrum User Group in India launches its own site... First bold move
by any User Group in India and I bet it is for good... The efforts put in
by the UG members is really worth appreciating... visit
http://www.t-mug.org/index.aspx to see for yourself...


View other groups in this category.

Click Here!
Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to