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

In This Topic
    Backup(String) Method
    In This Topic
    Generates a script and writes it to the specified file.
    Syntax
    'Declaration
     
    Public Overloads Sub Backup( _
       ByVal fileName As String _
    ) 
    public void Backup( 
       string fileName
    )

    Parameters

    fileName
    The name of the file to write the script to.
    See Also