Knight Data Access Layer
CreateVbClassFromTable Method (CreateVbClassLogic)




KellermanSoftware.NetDataAccessLayer Namespace > CreateVbClassLogic Class : CreateVbClassFromTable Method
Create a VB.NET class from a table
Syntax
Public Sub CreateVbClassFromTable( _
   ByVal namespaceString As String, _
   ByVal tableName As String, _
   ByVal outputFile As String _
) 
Dim instance As CreateVbClassLogic
Dim namespaceString As String
Dim tableName As String
Dim outputFile As String
 
instance.CreateVbClassFromTable(namespaceString, tableName, outputFile)
public void CreateVbClassFromTable( 
   string namespaceString,
   string tableName,
   string outputFile
)
public: void CreateVbClassFromTable( 
   string* namespaceString,
   string* tableName,
   string* outputFile
) 
public:
void CreateVbClassFromTable( 
   String^ namespaceString,
   String^ tableName,
   String^ outputFile
) 

Parameters

namespaceString
tableName
outputFile
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