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 Code |
---|---|
public class OracleDataReader |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class OracleDataReader |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
BaseDataReader |
Returns the underlying reader of the type IDataReader.
|
|
Depth |
Gets a value indicating the depth of nesting for the current row.
|
|
FieldCount |
Gets the number of columns in the current row.
|
|
IsClosed |
Gets a value indicating whether the data reader is closed.
|
|
Item | Overloaded. | |
RecordsAffected |
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
|
See Also
Smartsite.Data Namespace