Deepak  Kamboj
What is a DataTable?
By Deepak Kamboj in ADO.NET on Jun 26 2013
  • Bharathi Raja
    Jan, 2018 28

    DataTable represents a single table in the database. It has rows and columns. There is no much difference between dataset and datatable, dataset is simply the collection of datatables.

    • 1
  • Rahul Prajapat
    May, 2015 26

    DataTable is a class. It is a collection of datarow and datacolumn. System.data namespace contains the definition of DataTable. It is used to store the data from database return in tabular form. You can also define the structure of DataTable..

    • 0
  • Priti Kumari
    Jul, 2013 2

    DataTable is a classs.it is a collection of datacolumn and datarows. system.data namespace contain the defination of datatable. datatable used to store collection of data from database.using datatable you can define the datatable structure.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS