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

Inheritance: Raven.StackOverflow.Etl.Generic.BatchFileWritingProcess
Mostrar archivo Open project: nhsevidence/ravendb

Public Methods

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

Method Details

Execute() public method

public Execute ( IEnumerable rows ) : IEnumerable
rows IEnumerable
return IEnumerable

RowToDatabase() public method

public RowToDatabase ( string collection, string>.Func generateKey, string outputDirectory ) : System.Collections
collection string
generateKey string>.Func
outputDirectory string
return System.Collections