The event handler receives an argument of type SqlStatementExecuteEventArgs containing data related to this event. The following SqlStatementExecuteEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Reader | Gets or sets an OracleDataReader that represents statement resultset. |
SqlPlusStatementType | Gets type of SQL*Plus statement. |
You can find a sample of using this event in the OracleScript Hints for SQL*Plus Users article.