'Declaration Public Function New( _ ByVal columns As IEnumerable(Of DataColumn), _ ByVal rows As IEnumerable(Of DataRow) _ )
public DataTable( IEnumerable<DataColumn> columns, IEnumerable<DataRow> rows )
Parameters
- columns
- The collection of the DataColumn representing the columns of the data table.
- rows
- The collection of the DataRow representing the rows of the data table.