dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDumpObjects Enumeration

In This Topic
    SQLiteDumpObjects Enumeration
    In This Topic
    Determines which database objects will be included in the dump text.
    Syntax
    'Declaration
     
    Public Enum SQLiteDumpObjects 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    AllAll database objects will be included in the dump.
    IndexesIncludes indexes in the dump.
    None 
    TablesIncludes tables in the dump.
    TriggersIncludes triggers in the dump.
    ViewsIncludes views in the dump.
    Remarks

    Note: This enumeration is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.SQLite.SQLiteDumpObjects

    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