Your application database includes a table named Person. You need to add an entity named Instructor to an application Entity Data Model. You need to map the Instructor entity to the Person table. However, only Person rows with a nonnull HireDate column should map.What should you do?

 Posted by Rajkatie on 8/27/2012 | Category: ADO.NET Interview questions | Views: 2323 | Points: 40
Select from following answers:
  1. Create a Person entity and add a condition its entity mapping.
  2. Create a Person entity. Modify its HireDate property definition. Specify that the property is nullable.
  3. Add a condition to the Instructor entity mapping.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response