dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDump Class / ImportToFile Method
A full name of the file from which to restore database dump.

In This Topic
    ImportToFile Method
    In This Topic
    Serves to import database dump from the file for further execution of the Devart.Common.DbDump.Restore method.
    Syntax
    'Declaration
     
    Public Sub ImportToFile( _
       ByVal fileName As String _
    ) 
    public void ImportToFile( 
       string fileName
    )

    Parameters

    fileName
    A full name of the file from which to restore database dump.
    Remarks
    This method is deprecated. Use one of the Devart.Common.DbDump.Restore overloads instead.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also