Hi,
it's possible to have one entity object (class, e.g. User) for more entity models (EDMX)? I have two datamodels in which i want to share user tables.
Hi,
it's possible to have one entity object (class, e.g. User) for more entity models (EDMX)? I have two datamodels in which i want to share user tables.
Are you using auto-generated code?
One workaround I came up with for a similar scenario was to create an interface from the generated code and add the interface to the appropriate classes. Would that work for you?