dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDump Class / Backup Method / Backup(TextWriter) Method
The System.IO.TextWriter to write the script to.

In This Topic
Backup(TextWriter) Method
In This Topic
Generates a script and writes it to the specified System.IO.TextWriter.
Syntax
'Declaration
 
Public Overloads Sub Backup( _
   ByVal writer As TextWriter _
) 
 

Parameters

writer
The System.IO.TextWriter to write the script to.
See Also