DataDuplicateRowID Method

Duplicates a row of data 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 DataRow DuplicateRowID(
	DataRow sourceRow,
	string fieldID = "Id"
)

Parameters

sourceRow  DataRow
Data row used to duplicate information.
fieldID  String  (Optional)
Identifier field name.

Return Value

DataRow
DataRow with the new duplicate data row (datarow) with a non-existing negative identifier.

See Also