entity framework - Unable set table mapping to Boolean = False -
I'm trying to set one, I want to set mapping when Boolean column = True
I am unable to do this.
This only works when the Boolean column is not even a property.
So make sure that you are not trying to map that column to the entity's property.
Comments
Post a Comment