What is datatable?

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


Please Help Members By Posting Answers For Below Questions

What are the namespaces used in ado.net for data access?

479


What is difference between executenonquery and executequery?

468


What is the use of Dataview?

575


What is DataReader Object?

596


What is ado oledb and odbc?

503






Which keyword is used to accept variable number of parameters?

686


What are different layers of ADO.Net?

586


If we are not returning any records from the database, which method is to be used?

755


What is data relation?

500


What are the different execute methods of Ado.Net?

553


What is the difference between ado.net and entity framework?

506


Name which operations can you not perform on an ado.net dataset?

484


What is bubbled event can you please explain?

525


Why edit is not possible in repeater?

522


What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

581