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 is the difference between ADO and ADO.Net?
What is the difference between connected and disconnected environment?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is connection in ado.net?
Explain what are the steps to connect to a database?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is adodb dll?
Define the executescalar method?
How to enable and disable connection pooling?
What are the data access namespaces in .NET?
What is execute scalar in ado.net?
What is ole in excel?
What is the difference between data reader and data adapter?
Does entity framework use ado.net?