Select from following answers:- Inherit the existing classes from ObjectContext.
- Implement a POCO EDMX file.
- You can use these classes, but you must make the EDMX-generated entity classes inherit from each of your existing classes.
- All Above
Use POCO solution, which enables you to use your existing classes.
The EDMX-generated entity classes already inherit from EntityObject.
Inherit option won't provide the functionality you need.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator