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




KellermanSoftware.NetDataAccessLayer Namespace > CreateVbClassLogic Class > CreateVbClassLogic Constructor : CreateVbClassLogic Constructor(List<Table>)
List of mapped tables
Constructor that needs a list of tables
Syntax
Public Function New( _
   ByVal tables As List(Of Table) _
)
Dim tables As List(Of Table)
 
Dim instance As New CreateVbClassLogic(tables)
public CreateVbClassLogic( 
   List<Table> tables
)
public: CreateVbClassLogic( 
   List<Table*>* tables
)
public:
CreateVbClassLogic( 
   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

CreateVbClassLogic Class
CreateVbClassLogic Members
Overload List