DataDuplicateRowID Method
Duplicates a row of data using a new ID (negative ID) for the new row.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static DataRow DuplicateRowID(
DataRow sourceRow,
string fieldID = "Id"
)
Public Shared Function DuplicateRowID (
sourceRow As DataRow,
Optional fieldID As String = "Id"
) As DataRow
- sourceRow DataRow
- Data row used to duplicate information.
- fieldID String (Optional)
- Identifier field name.
DataRowDataRow with the new duplicate data row (datarow) with a non-existing negative identifier.