Answer Posted / sandyni
In ADO.NET, DataTable objects are used to represent the
tables in a DataSet.
A DataTable represents one table of in-memory relational
data; the data is local to the .NET-based application in
which it resides.
A DataTable is a collection of DataRow and DataColumn
objects.
The schema, or structure of a table is represented by
columns and constraints.
You define the schema of a DataTable using DataColumn
objects as well as ForeignKeyConstraint and
UniqueConstraint objects.
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What are disadvantages of microsoft-provided data provider classes in ado.net?
What are the features of ado.net?
What you mean by filtering of data?
Explain which name space is used to get assembly details?
What is dataset object? Explain the various objects in dataset.
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Which ado.net object is very fast in getting data from the database?
How to pass multiple tables in datasets simultaneously?
What are two important objects of ADO.Net?
Explain how do you connect to sql server database without using sqlclient?
What is difference between dataset and datatable?
What is dbcontext and dbset in entity framework?
What are the different execute methods of Ado.Net?
Explain the role of data provider in ado.net?
List the 4 common ado.net namespaces?