dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDump Class / BackupQuery Method

On this page
    BackupQuery Method
    On this page
    Generates a script with a backup of the data, returned by the specified query, for further restoring with the Restore method.
    Overload List
    OverloadDescription
    Generates a script with a backup of the data, returned by the specified query, and writes it to the DumpText property.  
    Generates a script with a backup of the data, returned by the specified query, and writes it to the specified file.  
    Generates a script with a backup of the data, returned by the specified query, and writes it to the specified System.IO.Stream.  
    Generates a script with a backup of the data, returned by the specified query, and writes it to the specified System.IO.TextWriter.  
    See Also