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?
Printable View
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?
using Or
Flag1 Or Flag2 Or Flag3