Your application's EDM includes an entity type named Student. You need to add a read-only property named IsEnrolled that returns true if the value of a property named GraduatedDate is null and the value of a property named SuspendedStudiesDate is null.
What should you do?

 Posted by Rajkatie on 8/29/2012 | Category: ADO.NET Interview questions | Views: 1904 | Points: 40
Select from following answers:
  1. Add this property to a Student partial class definition in a new file.
  2. Edit the .edmx file to add an unmapped property to the conceptual model.
  3. Using the Entity Designer, add a Complex Type to the model.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response