DataUtils.DataTableToObjectList<T>

Coverts a DataTable to a typed list of items

public static List<T> DataTableToObjectList<T>(DataTable dsTable)

Parameters

dsTable


See also:

Class DataUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic