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