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)- A9% (3)
- B6% (2)
- C15% (5)
- D70% (23)
Community Discussion
No community discussion yet for this question.