'Declaration Public Enum SQLiteDumpObjects Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SQLiteDumpObjects : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum SQLiteDumpObjects Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SQLiteDumpObjects : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
All | All database objects will be included in the dump. |
Indexes | Includes indexes in the dump. |
None | |
Tables | Includes tables in the dump. |
Triggers | Includes triggers in the dump. |
Views | Includes views in the dump. |
Note: This enumeration is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework.
System.Object
System.ValueType
System.Enum
Devart.Data.SQLite.SQLiteDumpObjects
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