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 is difference between ado.net and asp net?

522


How to maintain the relation between two tables in ADO.NET?

546


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

517


What is ole2 format?

511


If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?

621






What is a column variable?

507


Which is better ole db or odbc?

505


What is csdl entity framework?

565


What does sqldatareader return?

506


What does executereader return?

534


Explain the dataadapter class in ado.net?

669


List the 4 common ado.net namespaces?

699


What is microsoft ado.net?

588


What is commandbuilder in ado.net?

533


What are the various methods provided by the DataSet object to generate XML?

599