DataTableCopyDataColumnsFrom Method |
Deletes all data columns in the table, and then copy all data columns from the source table.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void CopyDataColumnsFrom(
DataTable src
)
Parameters
- src DataTable
- The source table to copy the data columns from.
See Also