| Overload | Description | 
|---|---|
| LoadTable(DataTable) | Loads data into the table from the specified DataTable. | 
| LoadTable(DataTable,DataRowState) | Loads rows that match to the specified row state from the specified DataTable into the table. | 
| LoadTable(DataTable,IColumnMappingCollection) | Loads data into the table from the specified DataTable. | 
| LoadTable(DataRow[]) | Loads data into the table from the specified array of data rows. | 
| LoadTable(IDataReader) | Loads data into the table from the specified IDataReader. |