C# Class nDump.Export.SqlDataExporter

Datei anzeigen Open project: SteveMoyer/nDump Class Usage Examples

Public Methods

Method Description
ExportToCsv ( List setupScripts, List selects ) : void
SqlDataExporter ( ILogger logger, ISelectionFilteringStrategy selectionFilteringStrategy, CsvGenerator csvGenerator ) : System.Collections.Generic

Method Details

ExportToCsv() public method

public ExportToCsv ( List setupScripts, List selects ) : void
setupScripts List
selects List
return void

SqlDataExporter() public method

public SqlDataExporter ( ILogger logger, ISelectionFilteringStrategy selectionFilteringStrategy, CsvGenerator csvGenerator ) : System.Collections.Generic
logger ILogger
selectionFilteringStrategy ISelectionFilteringStrategy
csvGenerator CsvGenerator
return System.Collections.Generic