dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDump Class
Members

In This Topic
    DbDump Class
    In This Topic
    Serves to store a database or its parts as a script and also to restore database from the received script.
    Syntax
    'Declaration
     
    Public MustInherit Class DbDump 
       Inherits System.ComponentModel.Component
       Implements System.ComponentModel.IComponentSystem.IDisposable 
    Remarks
    Abstract DbDump class implements some of DbDump functionality that is DBMS-independent.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Devart.Common.DbDump
                Devart.Data.PostgreSql.PgSqlDump

    See Also