DataCopyRowsID Method
Copies the content of the source table to the destination table 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 void CopyRowsID(
DataTable sourceTable,
DataTable destinationTable,
string fieldID = "Id"
)
Public Shared Sub CopyRowsID (
sourceTable As DataTable,
destinationTable As DataTable,
Optional fieldID As String = "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.