[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataTable.-ctor

DataTable Constructor

DataTable(IEnumerable<DataColumn>, IEnumerable<DataRow>)

Initializes a new instance of the DataTable class with the specified columns and rows.

Declaration
public DataTable(IEnumerable<DataColumn> columns, IEnumerable<DataRow> rows)
Parameters
Type Name Description
IEnumerable<DataColumn> columns

The collection of the DataColumn representing the columns of the data table.

IEnumerable<DataRow> rows

The collection of the DataRow representing the rows of the data table.