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