GSSP-NET · Question #410
You work as a Windows Application Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create a Windows Forms application using .NET Framework…
The correct answer is A. The class that is assigned to the ContextTypeName property must derive from DataContext . B. The GroupBy property cannot be assigned a value. C. The property that is assigned to the TableName property must derive from Table(TEntity). E. The Select property cannot be assigned a value. See the full explanation below for the reasoning.
Question
You work as a Windows Application Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create a Windows Forms application using .NET Framework 3.5. The application contains a data-bound control. The user interface (UI) for modifying data from a LinqDataSource control is typically provided through the data-bound control. You are required to perform automatic data modifications. Which of the following conditions are required to enable automatic data modifications? Each correct answer represents a part of the solution. Choose all that apply.
Options
- AThe class that is assigned to the ContextTypeName property must derive from DataContext .
- BThe GroupBy property cannot be assigned a value.
- CThe property that is assigned to the TableName property must derive from Table(TEntity).
- DThe Where property cannot be assigned a value.
- EThe Select property cannot be assigned a value.
How the community answered
(29 responses)- A69% (20)
- D31% (9)
Community Discussion
No community discussion yet for this question.