DataCopyRowsID Method

Copies the content of the source table to the destination table using a new ID (negative ID) for the new row.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void CopyRowsID(
	DataTable sourceTable,
	DataTable destinationTable,
	string fieldID = "Id"
)

Parameters

sourceTable  DataTable
Source table of the rows to copy.
destinationTable  DataTable
Destination table of the new copied row.
fieldID  String  (Optional)
Identifier field name.

See Also