Knight Data Access Layer
CreateClassFromTable Method (CreateClassLogic)




KellermanSoftware.NetDataAccessLayer Namespace > CreateClassLogic Class : CreateClassFromTable Method
The namespace
The name of the table
The output path of the C# class
Create a class from the passed
Syntax
Public Sub CreateClassFromTable( _
   ByVal namespaceString As String, _
   ByVal tableName As String, _
   ByVal outputFile As String _
) 
Dim instance As CreateClassLogic
Dim namespaceString As String
Dim tableName As String
Dim outputFile As String
 
instance.CreateClassFromTable(namespaceString, tableName, outputFile)
public void CreateClassFromTable( 
   string namespaceString,
   string tableName,
   string outputFile
)
public: void CreateClassFromTable( 
   string* namespaceString,
   string* tableName,
   string* outputFile
) 
public:
void CreateClassFromTable( 
   String^ namespaceString,
   String^ tableName,
   String^ outputFile
) 

Parameters

namespaceString
The namespace
tableName
The name of the table
outputFile
The output path of the C# class
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