Knight Data Access Layer
CreateClassesForDatabase Method (DataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : CreateClassesForDatabase Method
The namespace
The output directory
Create classes for the current database in the passed in namespace
Syntax
Public Sub CreateClassesForDatabase( _
   ByVal namespaceString As String, _
   ByVal directoryPath As String _
) 
Dim instance As DataHelper
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
The namespace
directoryPath
The output directory
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

DataHelper Class
DataHelper Members