dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDumpObjects Enumeration

MySqlDumpObjects Enumeration
Determines which database objects will be included in the dump text.
Syntax
'Declaration
 
Public Enum MySqlDumpObjects 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
AllAll database objects will be included.
DatabaseIncludes databases in the dump.
EventsIncludes events in the dump.
FunctionsIncludes functions in the dump.
NoneNo objects are included in the script. This value is set by MySqlDump designer when no object is checked.
ProceduresIncludes procedures in the dump.
TablesIncludes tables in the dump.
TriggersIncludes triggers in the dump.
UdfsIncludes user-defined functions in the dump.
UsersIncludes users 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 and .NET Standard 2.0 compatible assembly.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Data.MySql.MySqlDumpObjects

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