DataViews in ADO.NET are used to provide ___________ and sorting capabilities to DataTables.
- Aggregation
- Filtering
- Grouping
- Querying
DataViews in ADO.NET are used to provide filtering and sorting capabilities to DataTables. They allow you to create customized views of the data within a DataTable, applying filters to display only the rows that meet specific criteria and sorting the rows based on one or more columns.
Loading...
Related Quiz
- In ADO.NET, what is the difference between a local transaction and a distributed transaction?
- What is the key difference between a SqlDataReader and an OracleDataReader?
- Which ADO.NET class is responsible for managing the connection pool?
- In WinForms, what are the key steps involved in setting up data binding for a control?
- Scenario: Your application is experiencing a high volume of database requests. How can you optimize the connection management to handle this load efficiently?