dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDumpProgressEventArgs Class
Members

In This Topic
    MySqlDumpProgressEventArgs Class
    In This Topic
    Provides data for the MySqlDump.Progress event.
    Syntax
    'Declaration
     
    Public NotInheritable Class MySqlDumpProgressEventArgs 
       Inherits System.EventArgs
    public sealed class MySqlDumpProgressEventArgs : System.EventArgs 
    Remarks

    This event can be generated by two methods: Backup and Restore.

    When Restore method is in progress, only two properties of MySqlDumpProgressEventArgs have meaning, MaxProgress and Progress.

    Note: This class 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.EventArgs
          Devart.Data.MySql.MySqlDumpProgressEventArgs

    See Also