Knight Data Access Layer
LoadWithChildrenBuilder Constructor




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

Parameters

mapper
The mapper.
provider
The provider.
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

LoadWithChildrenBuilder Class
LoadWithChildrenBuilder Members