dotConnect for SQLite Documentation
Devart.Common Namespace / DbDump Class / Backup Method

In This Topic
    Backup Method
    In This Topic
    Generates a script for further restoring with the Restore method.
    Overload List
    OverloadDescription
    Generates a script and writes it to the DumpText property.  
    Generates a script and writes it to the specified file.  
    Generates a script and writes it to the specified System.IO.Stream.  
    Generates a script and writes it to the specified System.IO.TextWriter.  
    See Also