Knight Data Access Layer
CreateClassesForDatabase Method (CreateClassLogic)




KellermanSoftware.NetDataAccessLayer Namespace > CreateClassLogic Class : CreateClassesForDatabase Method
Create classes for all tables in the database
Syntax
Public Sub CreateClassesForDatabase( _
   ByVal namespaceString As String, _
   ByVal directoryPath As String _
) 
Dim instance As CreateClassLogic
Dim namespaceString As String
Dim directoryPath As String
 
instance.CreateClassesForDatabase(namespaceString, directoryPath)
public void CreateClassesForDatabase( 
   string namespaceString,
   string directoryPath
)
public: void CreateClassesForDatabase( 
   string* namespaceString,
   string* directoryPath
) 
public:
void CreateClassesForDatabase( 
   String^ namespaceString,
   String^ directoryPath
) 

Parameters

namespaceString
directoryPath
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