dotConnect for MySQL Documentation
Devart.Common Namespace / ScriptProgressEventArgs Class
Members

In This Topic
    ScriptProgressEventArgs Class
    In This Topic
    Provides data for the Progress event of the DbScript class.
    Syntax
    'Declaration
     
    Public NotInheritable Class ScriptProgressEventArgs 
       Inherits System.EventArgs
    public sealed class ScriptProgressEventArgs : System.EventArgs 
    Remarks
    The Progress event contains all information about the statement that has just executed.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Devart.Common.ScriptProgressEventArgs

    See Also