'Declaration Public Enum PgSqlDumpObjects Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum PgSqlDumpObjects : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum PgSqlDumpObjects Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum PgSqlDumpObjects : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Member | Description |
|---|---|
| Aggregates | |
| All | All database objects will be included. |
| Constraints | |
| Domains | Includes domains in the dump. |
| Indexes | Includes indexes in the dump. |
| Languages | Includes languages in the dump. |
| None | |
| Schemas | Includes schemas in the dump. |
| Sequences | Includes sequences in the dump. |
| StoredProcs | Includes stored procedures in the dump. |
| Tables | Includes tables in the dump. |
| Triggers | Includes triggers in the dump. |
| Types | Includes types in the dump. |
| Users | Includes users 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.PostgreSql.PgSqlDumpObjects