'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