C# Class Raven.StackOverflow.Etl.Generic.RowToDatabase

Inheritance: Raven.StackOverflow.Etl.Generic.BatchFileWritingProcess
Afficher le fichier Open project: nhsevidence/ravendb

Méthodes publiques

Méthode Description
Execute ( IEnumerable rows ) : IEnumerable
RowToDatabase ( string collection, string>.Func generateKey, string outputDirectory ) : System.Collections

Method Details

Execute() public méthode

public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable
Résultat IEnumerable

RowToDatabase() public méthode

public RowToDatabase ( string collection, string>.Func generateKey, string outputDirectory ) : System.Collections
collection string
generateKey string>.Func
outputDirectory string
Résultat System.Collections