File Database ProviderExport Database 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)
Assembly: DWSIM.FileStorage (in DWSIM.FileStorage.dll) Version: 10.0.0.0 (10.0.0.0)
C#
public void ExportDatabase(
string filepath
)VB
Public Sub ExportDatabase (
filepath As String
)Parameters
- filepath String
- Filename to export the database to.