DbInitializer class

Represents the database initializer. An object of this class can seeds the DB with the data with the help of provided dataset importer and unpacker

public class Korzh.DbUtils.DbInitializer

Methods

Type Name Description
void Seed() Starts the data seeding operation.

Static Methods

Type Name Description
DbInitializer Create(Action<IDbUtilsOptions> initAction, ILoggerFactory loggerFactory = null) Creates and returns a DB initializer according to options defined in the `` function.