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 two types of transaction supported by ado.net?
What do you know about ado.net's objects?
How to creating a SqlCommand Object?
What is dataadapter in ado.net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is data view and variable view?
What is shadow copy?
Which object holds only data and does not interact with data source?
How to create dynamic gridview?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Which object is used to add relationship between two Datatables?
What is dao and ado?
how Sequence to connect and retrieve data from database using dataset?
What are the different layers of ado.net?