Heike Posted June 17, 2003 Posted June 17, 2003 I just read the help for the IsolationLevel . It is said that this enumeration has a FlagsAttribute that allows a bitwise combination of its member values. My question now is simple: how must I do that bitwise combination? Quote
*Gurus* divil Posted June 17, 2003 *Gurus* Posted June 17, 2003 You combine values using the Or operator: myClass.IsolationLevel = IsolationLevel.Chaos Or IsolationLevel.ReadCommitted Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.