Knight Data Access Layer
CreateClassLogic Constructor(IAutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > CreateClassLogic Class > CreateClassLogic Constructor : CreateClassLogic Constructor(IAutoMap)
Map objects, table names, and sql to database tables
Create a C# class from a table
Syntax
Public Function New( _
   ByVal mapper As IAutoMap _
)
Dim mapper As IAutoMap
 
Dim instance As New CreateClassLogic(mapper)
public CreateClassLogic( 
   IAutoMap mapper
)
public: CreateClassLogic( 
   IAutoMap* mapper
)
public:
CreateClassLogic( 
   IAutoMap^ mapper
)

Parameters

mapper
Map objects, table names, and sql to database tables
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

CreateClassLogic Class
CreateClassLogic Members
Overload List