DbExporter class

Allows you to export the content of some database to a bunch of files of particular format (XML, JSON, etc)

public class Korzh.DbUtils.Export.DbExporter

Methods

Type Name Description
void Export() Performs the exporting. This method navigates through all tables in a database, exports the content of each of them to the specified data format and then packs the result files with the specified packer.
Stream GetPackerStream(String datasetName) Opens the write stream for packing one dataset (table).