views:

40

answers:

1

Hello folks!

I am trying to set an inheritance in Entity-Framework, I want to set the mapping when BooleanColumn = True.

I am unable to do so.

+1  A: 

This only works if the Boolean column isn't also a Property.

So make sure you aren't also trying to map that column to a property of the Entity.

Alex James
Conclusion: I will wait with this inheritance feature for the next version.
Shimmy