nerdexam
Microsoft

70-515 · Question #192

ASP.net MVC dotn display a column Using LINQ to SQL class [MetadataType(typeof(ProductMetadata))] public pertial class Product { ... } public class ProductMetadata { ... }

The correct answer is D. ProductMetaData class. See the full explanation below for the reasoning.

Question

ASP.net MVC dotn display a column Using LINQ to SQL class [MetadataType(typeof(ProductMetadata))] public pertial class Product { ... } public class ProductMetadata { ... }

Options

  • AAdd the following attribute to Product class
  • BAdd the following attribute to ProductMetadata class
  • CAdd the following code segment Product class
  • DProductMetaData class

How the community answered

(33 responses)
  • A
    9% (3)
  • B
    6% (2)
  • C
    15% (5)
  • D
    70% (23)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice