Microsoft
70-516 · Question #148
70-516 Question #148: Real Exam Question with Answer & Explanation
The correct answer is B. Delay Loaded. See the full explanation below for the reasoning.
Question
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?
Options
- ASkip
- BDelay Loaded
- CTake
- DAuto Generated Value.
Community Discussion
No community discussion yet for this question.