C# Class nDump.Export.SqlDataExporter

Afficher le fichier Open project: SteveMoyer/nDump Class Usage Examples

Méthodes publiques

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

Method Details

ExportToCsv() public méthode

public ExportToCsv ( List setupScripts, List selects ) : void
setupScripts List
selects List
Résultat void

SqlDataExporter() public méthode

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