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

In This Topic
    BackupQuery Method
    In This Topic
    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.  
    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