Knight Data Access Layer
RecordsToObjects<T> Method




View with Navigation Tools
KellermanSoftware.NetDataAccessLayer.LoadWithChildren Namespace > LoadWithChildrenLogic Class : RecordsToObjects<T> Method
The records.
The map.
Convert dictionary record list to objects
Syntax
Public Function RecordsToObjects(Of T As {Class, New})( _
   ByVal records As List(Of Dictionary(Of String,Object)), _
   ByVal map As LoadWithChildrenMap _
) As List(Of T)

Parameters

records
The records.
map
The map.

Type Parameters

T

Return Value

List<T>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LoadWithChildrenLogic Class
LoadWithChildrenLogic Members