dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDump Class / ExportFromFile Method
A full name of the file where to store database dump.

On this page
    ExportFromFile Method
    On this page
    Serves to store dump text into the file.
    Syntax
    'Declaration
     
    Public Sub ExportFromFile( _
       ByVal fileName As String _
    ) 
    public void ExportFromFile( 
       string fileName
    )

    Parameters

    fileName
    A full name of the file where to store database dump.
    Remarks
    This method is deprecated. Use one of the Devart.Common.DbDump.Backup overloads instead.
    See Also