This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The OracleDataReader is a special implementation of the IDataReader
that is returned by the OracleDatabase when executing a query. Its purpose is to
make the avoid differences between SqlServer and Oracle behaviour for the end user.
Namespace: Smartsite.Data
Assembly: Smartsite.Data (in Smartsite.Data.dll)
Syntax
C# | Copy Code |
---|---|
public class OracleDataReader : , , |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class OracleDataReader _ Implements , , |
Inheritance Hierarchy
See Also
OracleDataReader Members
Smartsite.Data Namespace