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 _
) 
 

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