what is a dataview?why is it used for?
Answer Posted / anu
A DataView provides a dynamic view of data whose content,
ordering, and membership reflect changes to the underlying
DataTable as they occur.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Does dapper use ado.net?
Explain sqlconnection object?
What are dataproviders?
What is datatable in ado.net?
Describe datareader object of ado.net with example.
How is it possible to get 2 tables of data at a time by using data reader?
What is the difference between OLEDB Provider and SqlClient?
What are the Data providers in ADO.Net?
What is the difference between ado.net and oledb?
describe the dataset object in ado.net.
Which property is used to check whether a DataReader is closed or opened?
What are all the different authentication techniques used to connect to MS SQL Server?
What is ado and rdo?