No, you can't. What I'm trying to say is that using the
Enum will work without having to convert to boolean ever. You can completely leave boolean out of the equation. When you send either enum value (1 or 0) to the database as bit, the database will understand it because the only two values you'll ever send are 1 and 0.