GetAvailableTables ( SqlConnection sqlConnection, string outputFolder ) : List
|
|
GetTableSchema ( SqlConnection sqlConnection, string tableName ) : string>>.List |
|
|
ProcessTable ( SqlConnection sqlConnection, Table table, Project project ) : void |
|
|
Method Details
ProcessProject()
public static method
public static ProcessProject ( Project project ) : void |
project |
Project |
|
return |
void |
|
ProcessProject()
public static method
public static ProcessProject ( string projectFilePath, string outputFolderPath ) : void |
projectFilePath |
string |
|
outputFolderPath |
string |
|
return |
void |
|
|