FileDatabaseProviderExportDatabase Method

Exports the embedded database to a file.

Definition

Namespace: DWSIM.FileStorage
Assembly: DWSIM.FileStorage (in DWSIM.FileStorage.dll) Version: 10.0.0.0 (10.0.0.0)
public void ExportDatabase(
	string filepath
)

Parameters

filepath  String
Filename to export the database to.

Implements

IFileDatabaseProviderExportDatabase(String)

See Also