In your application, you have existing classes that represent the conceptual model.
How can the Entity Framework be configured to use these classes?
Interview question and answer by:
Rajkatie | Posted on: 8/4/2012 | Category:
ADO.NET Interview questions | Views: 640 | |
Points: 40
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.
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
Found interesting? Add this to: