[]
Initializes a new instance of the DataTable class with the specified columns and rows.
public DataTable(IEnumerable<DataColumn> columns, IEnumerable<DataRow> rows)
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. |