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

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -