Knight Data Access Layer
CreateClassLogic Constructor(List<Table>)




KellermanSoftware.NetDataAccessLayer Namespace > CreateClassLogic Class > CreateClassLogic Constructor : CreateClassLogic Constructor(List<Table>)
List of mapped tables
Create a C# class from a table
Syntax
Public Function New( _
   ByVal tables As List(Of Table) _
)
Dim tables As List(Of Table)
 
Dim instance As New CreateClassLogic(tables)
public CreateClassLogic( 
   List<Table> tables
)
public: CreateClassLogic( 
   List<Table*>* tables
)
public:
CreateClassLogic( 
   List<Table^>^ tables
)

Parameters

tables
List of mapped 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