Your database includes a stored procedure named GetStudentGrade. You use the Entity Designer to add this stored procedure as a LINQ to SQL data context method. You need to configure the data context to return an existing entity class named StudentGrade when the stored procedure method is called.
What should you do?

 Posted by Rajkatie on 8/28/2012 | Category: ADO.NET Interview questions | Views: 2203 | Points: 40
Select from following answers:
  1. Using the Entity Designer, select the GetStudentGrade stored procedure and configure the return type to the StudentGrade entity class.
  2. Using the Entity Designer, select the StudentGrade entity class and configure the Update command to use the GetStudentGrade stored procedure.
  3. Configure the DataLoadOptions instance related to the DataContext.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response