dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / RestoreProgressEventArgs Class
Properties

In This Topic
    RestoreProgressEventArgs Class Members
    In This Topic

    The following tables list the members exposed by RestoreProgressEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets the length of the statement in symbols.  
    Public PropertyGets the number of line in the whole script where the statement is located.  
    Public PropertyGets the position on the line where the statement starts.  
    Public PropertyGets offset of the statement in the whole script text.  
    Public PropertyGets type of the statement.  
    Public PropertyGets the SQL statement that is about to be executed.  
    Top
    See Also