Click or drag to resize

DataRowCopyLazyByNameFrom Method

Copies data from another row into this row. The data is copied using the name of the column. It is copied lazy, thus it is not an error some columns don't exist on the destination or source, or if the data types doesn't match.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CopyLazyByNameFrom(
	DataRow another
)

Parameters

another  DataRow
Another.
See Also