You want to use LINQ to SQL to run queries on a table that contains a column that stores large photos. Most of the time, you won't need to view the photo, but occasionally you will need to see it. In the LINQ to SQL designer, which property can you set on the photo column to get the efficient loading of the data for most scenarios but still be able to retrieve the photo when needed?

 Posted by Rajkatie on 8/6/2012 | Category: ADO.NET Interview questions | Views: 3215 | Points: 40
Select from following answers:
  1. Take
  2. Auto Generated Value
  3. Delay Loaded
  4. All Above

Show Correct Answer


Source: MeasureUp.com | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response