C# Class Orc.DbToCsv.Importer

Show file Open project: WildGums/Orc.DbToCsv Class Usage Examples

Public Methods

Method Description
ProcessProject ( Project project ) : void
ProcessProject ( string projectFilePath, string outputFolderPath ) : void

Private Methods

Method Description
ConstructRecordQuery ( string tableName, string>.List schema, int maximumRowsInTable ) : string
ExtractTableName ( string tableName ) : string
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