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

In This Topic
ExportFromFile Method
In This Topic
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.
See Also