Adds a single column header to the DataTable.
The column header to add to the DataTable.
Adds multiple column headers to the DataTable.
The array of column headers to add to the DataTable.
Adds a single row to the DataTable.
The row to add to the DataTable.
Adds multiple rows to the DataTable.
The array of rows to add to the DataTable.
Generated using TypeDoc
A builder class for constructing and modifying a DataTable instance within a DataContainer.
This class provides methods to add row/s and add column header/s to a DataTable.
Example