[]
Creates new instance of DataTable.
public DataTable(IEnumerable<DataColumn> columns, IEnumerable<DataRow> rows)
The table columns.
The table rows.