dotConnect for PostgreSQL Documentation
Devart.Common Namespace / ScriptProgressEventArgs Class

In This Topic
    ScriptProgressEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see ScriptProgressEventArgs members.

    Public Properties
     NameDescription
    Public PropertyGets length of the statement in symbols.  
    Public PropertyGets number of line in the whole script where the statement can be located.  
    Public PropertyGets position of the statement in its line.  
    Public PropertyGets offset of the statement in the whole script text.  
    Public PropertyGets type of the statement that is executed.  
    Public PropertyGets SQL statement that has been executed.  
    Top
    See Also