DataTableToData Method

Converts the content of the tables into a list of Data.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static List<Data> TableToData(
	DataTable data,
	List<string> keyColumns = null
)

Parameters

data  DataTable
DataTable to convert.
keyColumns  ListString  (Optional)
List of key columns.

Return Value

ListData
List<Data> with the data.

See Also