Knight Data Access Layer
CreateClassesForDatabase Method (IDataHelper)




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

IDataHelper Interface
IDataHelper Members