DataCopyRows(ListData, DataSet) Method

Copies the content of the data source to the corresponding target tables.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void CopyRows(
	List<Data> sourceData,
	DataSet destinationData
)

Parameters

sourceData  ListData
List of data source.
destinationData  DataSet
DataSet with the destination data.

See Also