This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class OracleDataReader
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class OracleDataReader

The type exposes the following properties.

Public Properties

  Name Description
Public property BaseDataReader
Returns the underlying reader of the type IDataReader.
Public property Depth
Gets a value indicating the depth of nesting for the current row.
Public property FieldCount
Gets the number of columns in the current row.
Public property IsClosed
Gets a value indicating whether the data reader is closed.
Public property Item Overloaded.
Public property RecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.

See Also

Advanced