DataCopyRow(DataRow, DataRow, String) Method
Transfer the data from the source row to the destination row of the indicated fields.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void CopyRow(
DataRow sourceRow,
DataRow destinationRow,
string[] fields
)
Public Shared Sub CopyRow (
sourceRow As DataRow,
destinationRow As DataRow,
fields As String()
)
Parameters
- sourceRow DataRow
- Source data row.
- destinationRow DataRow
- destination data row.
- fields String
- Names of the fields to be transferred.