DataCopyRows(ListData, DataSet) Method
Copies the content of the data source to the corresponding target tables.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void CopyRows(
List<Data> sourceData,
DataSet destinationData
)
Public Shared Sub CopyRows (
sourceData As List(Of Data),
destinationData As DataSet
)
Parameters
- sourceData ListData
- List of data source.
- destinationData DataSet
- DataSet with the destination data.