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 _
    ) 
    public void Restore( 
       string fileName
    )

    Parameters

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