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

ScriptProgressEventArgs Class
Provides data for the Progress event of the DbScript class.
Syntax
'Declaration
 
Public NotInheritable Class ScriptProgressEventArgs 
   Inherits 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