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 bubbled event can you please explain?
What is sqldatareader in ado.net?
What is executenonquery ado.net?
Define connection string?
What is two way data binding android?
What is an orm, and why would you use one instead of plain old ado.net?
Which database is the ado.net?
Define isolation?
How can we add relation between tables in a dataset?
What is an ADO.Net?
What does ado stand for?
Explain the architecture of ado.net?
What is the use of SqlCommand object?
What are advantages of microsoft-provided data provider classes in ado.net?
What is a dataview?