Knight Data Access Layer
LoadWithChildrenLogic Constructor




KellermanSoftware.NetDataAccessLayer.LoadWithChildren Namespace > LoadWithChildrenLogic Class : LoadWithChildrenLogic Constructor
The mapper.
The provider.
The hook for after the read
Initializes a new instance of the LoadWithChildrenLogic class.
Syntax
Public Function New( _
   ByVal mapper As IAutoMap, _
   ByVal provider As IDatabaseProvider, _
   ByVal afterRead As IRecordHook _
)
Dim mapper As IAutoMap
Dim provider As IDatabaseProvider
Dim afterRead As IRecordHook
 
Dim instance As New LoadWithChildrenLogic(mapper, provider, afterRead)
public LoadWithChildrenLogic( 
   IAutoMap mapper,
   IDatabaseProvider provider,
   IRecordHook afterRead
)
public: LoadWithChildrenLogic( 
   IAutoMap* mapper,
   IDatabaseProvider* provider,
   IRecordHook* afterRead
)
public:
LoadWithChildrenLogic( 
   IAutoMap^ mapper,
   IDatabaseProvider^ provider,
   IRecordHook^ afterRead
)

Parameters

mapper
The mapper.
provider
The provider.
afterRead
The hook for after the read
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