IDbWriter interface

Defines the operations for seeding data to some database table Implements the Korzh.DbUtils.IDbBridge

public interface Korzh.DbUtils.IDbWriter
    : IDbBridge

Methods

Type Name Description
void FinishSeeding() Finilizes the seeding process.
void StartSeeding(DatasetInfo table) Starts the seeding process for the specified table
void WriteRecord(IDataRecord record) Writes (adds) a record to the database tables specified previously at Korzh.DbUtils.IDbWriter.StartSeeding(Korzh.DbUtils.DatasetInfo) method call.