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