Exit 70-516 TS: Accessing Data with Microsoft .NET Framework 4
Question 4 of 5
0% complete
Q4 Single choice

You use Microsoft .NET Framework 4 to develop an application that uses LINQ to SQL.

The Product entity in the LINQ to SQL model contains a field named Productlmage. The Productlmage field holds a large amount of binary data.

You need to ensure that the Productlmage field is retrieved from the database only when it is needed by the application.

What should you do?

  • A

    Set the Update Check property on the Productlmage property of the Product entity to Never.

  • B

    Set the Auto-Sync property on the Productlmage property of the Product entity to Never.

  • C

    Set the Delay Loaded property on the Productlmage property of the Product entity to True.

  • D

    When the context is initialized, specify that the Productlmage property should not be retrieved by using DataLoadOptions