DataCopyRows(Data, DataTable) Method
Copy the content of the data source to the destination table.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void CopyRows(
Data sourceData,
DataTable destinationTable
)
Public Shared Sub CopyRows (
sourceData As Data,
destinationTable As DataTable
)
Parameters
- sourceData Data
- Data source.
- destinationTable DataTable
- DataTable with the destination data.