DataCopyRows(Data, DataTable) Method

Copy the content of the data source to the destination table.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void CopyRows(
	Data sourceData,
	DataTable destinationTable
)

Parameters

sourceData  Data
Data source.
destinationTable  DataTable
DataTable with the destination data.

See Also