dotConnect for PostgreSQL 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

    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