Could someone show an example with mapping bool property to a enum type? I'm worry about null members in destenition.
I need to have something like these:
null property value to a first enum value;
0 to a second;
1 to the last;
Could someone show an example with mapping bool property to a enum type? I'm worry about null members in destenition.
I need to have something like these:
null property value to a first enum value;
0 to a second;
1 to the last;