{CompanyName} FlexyGo

SQLUtilities..::..DataRowToList Method

Converts a DataRow Object to a JSON Serializable List.

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

Syntax


public static BaseCollection DataRowToList(
	DataRow dr,
	Object ConfToken
)
Public Shared Function DataRowToList ( _
	dr As DataRow, _
	ConfToken As Object _
) As BaseCollection

Parameters

dr
Type: DataRow
A DataRow
ConfToken
Type: Object

Return Value

BaseCollection