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?