dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbStatementExecuteEventArgs Class
Properties

In This Topic
    DbStatementExecuteEventArgs Class Members
    In This Topic

    The following tables list the members exposed by DbStatementExecuteEventArgs.

    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 or sets an IDataReader that represents statement resultset.  
    Public PropertyDetermines status of the statement and script execution.  
    Public PropertyGets type of the statement.  
    Public PropertyGets the SQL statement that is about to be executed.  
    Top
    See Also