4
Reply

What is DataRowCollection?

Deepak  Kamboj

Deepak Kamboj

12y
2.2k
0
Reply
    Similar to DataTableCollection, to represent each row in each Table we have DataRowCollection.
    Collection of datarows
    DataRowCollection Represents a collection of rows for a DataTable. which is defined int System.Data namespace
    DataRowCollection is an object which stored a collection of the data rows of data table