dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDump Class / Restore Method / Restore(String) Method
The name of the file to load the script from.

In This Topic
Restore(String) Method
In This Topic
Executes script from the specified file.
Syntax
'Declaration
 
Public Overloads Sub Restore( _
   ByVal fileName As String _
) 
 

Parameters

fileName
The name of the file to load the script from.
See Also