{CompanyName} FlexyGo

SQLUtilities..::..DataTableToTypedList<(Of <(<'T>)>)> Method

Converts a DataTable Object to a JSON Serializable List.

Namespace:  FLEXYGO.Utilities.SQL
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static List<T> DataTableToTypedList<T>(
	DataTable dt
)
Public Shared Function DataTableToTypedList(Of T) ( _
	dt As DataTable _
) As List(Of T)

Type Parameters

T

Parameters

dt
Type: DataTable
A DataTable

Return Value

List(Of Dictionary(Of String, Object)