Public Sub CreateClassFromTable( _ ByVal namespaceString As String, _ ByVal tableName As String, _ ByVal outputFilePath As String _ )
Dim instance As DataHelper Dim namespaceString As String Dim tableName As String Dim outputFilePath As String instance.CreateClassFromTable(namespaceString, tableName, outputFilePath)
public void CreateClassFromTable( string namespaceString, string tableName, string outputFilePath )
public: void CreateClassFromTable( string* namespaceString, string* tableName, string* outputFilePath )
public: void CreateClassFromTable( String^ namespaceString, String^ tableName, String^ outputFilePath )
Parameters
- namespaceString
 - The namespace
 - tableName
 - The name of the table
 - outputFilePath
 - The output path for the C# file