In ADO.NET Entity Framework, which attribute is commonly used to specify the table to which an entity should be mapped?
- DatabaseTable
- Entity
- MappingTable
- Table
Table
Loading...
Related Quiz
- Scenario: You are building a database-driven application, and you need to add new records to a database table. Which ADO.NET command would you use for this task?
- In Entity Framework, what is a DbContext?
- What are some techniques for enhancing the performance of Repeater and DataList controls when dealing with large datasets?
- The System.Linq namespace in C# provides essential classes and methods for working with LINQ, including the ___________ class.
- What is the purpose of the "DataSource" property in DataGrid or DataGridView controls?