Data Table in ADO.NET

What is Data table in .net and how it is different from table in database (sqlserver)

Questions by vineeta_2010

Showing Answers 1 - 7 of 7 Answers

upramod

  • Jul 20th, 2011
 

The DataTable is the container for rows and columns and could be considered the focal point of all disconnected data

  Was this answer useful?  Yes

Trapti

  • Sep 14th, 2011
 

The DataTable class is a member of the System.Data namespace within the .NET Framework class library. You can create and use a DataTable independently or as a member of a DataSet, and DataTable objects can also be used in conjunction with other .NET Framework objects, including the DataView. You access the collection of tables in a DataSet through the Tables property of the DataSet object.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions