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

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

    Parameters

    stream
    The System.IO.Stream to write the script to.
    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