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

ExportFromFile Method
Serves to store dump text into the file.
Syntax
'Declaration
 
Public Sub ExportFromFile( _
   ByVal fileName As String _
) 
 

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.
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