dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbStatementExecuteEventArgs Class / Reader Property

In This Topic
Reader Property (DbStatementExecuteEventArgs)
In This Topic
Gets or sets an IDataReader that represents statement resultset.
Syntax
'Declaration
 
Public Property Reader As IDataReader
 

Property Value

An IDataReader object. This property can be null.
Remarks
Use this property when you set StatementStatus to StatementStatus.SkipStatement.
See Also