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

In This Topic
    PgSqlStatementExecuteEventArgs Class Members
    In This Topic

    The following tables list the members exposed by PgSqlStatementExecuteEventArgs.

    Public Properties
     NameDescription
    Public PropertyGets length of the statement in symbols. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets number of line in the whole script where the statement can be located. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets position of the statement in its line. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets offset of the statement in the whole script text. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets or sets an PgSqlDataReader that represents statement resultset.  
    Public PropertyDetermines status of the statement and script execution. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets type of the statement. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Public PropertyGets the SQL statement that is about to be executed. (Inherited from Devart.Common.DbStatementExecuteEventArgs)
    Top
    See Also