Thursday, 3 October 2013

Entity Framework - Populate custom property

Entity Framework - Populate custom property

I still have some issues in relation with Entity Framework. I've
implemented the functionality to store data time-based. To achieve this
I've created a base-type for all my Entity Framework entities. I use the
designer and let my entities extend from the base-type in partial classes.
The problem that comes up is that I cannot let entites extend my base-type
which already extend a basetype (database-inheritance). Is there a
workaround for this? I thought about interface inheritance but does Entity
Framework provide option?

No comments:

Post a Comment