DbInitializerOptions class

Represents different options for DbInitializer class Implements the Korzh.DbUtils.IDbUtilsOptions

public class Korzh.DbUtils.DbInitializerOptions
    : IDbUtilsOptions

Properties

Type Name Description
IDatasetImporter DatasetImporter Gets or sets the dataset importer.
IDbWriter DbWriter Gets or sets the database writer.
ILoggerFactory LoggerFactory Gets or sets the logger factory.
String SeedDataFolder Gets or sets the folder where unpacker will look for the data.
IDataUnpacker Unpacker Gets or sets the unpacker.