2
Reply

What is a DataTable?

Deepak  Kamboj

Deepak Kamboj

Jun 26, 2013
1.7k
0

    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..

    Rahul Prajapat
    May 26, 2015
    0

    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.

    Priti Kumari
    July 02, 2013
    0