DataCopyRow(DataRow, DataRow, String) Method

Transfer the data from the source row to the destination row of the indicated fields.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void CopyRow(
	DataRow sourceRow,
	DataRow destinationRow,
	string[] fields
)

Parameters

sourceRow  DataRow
Source data row.
destinationRow  DataRow
destination data row.
fields  String
Names of the fields to be transferred.

See Also