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 imageCopy Code
public class OracleDataReader : , 
	, 
Visual Basic (Declaration)Copy imageCopy Code
Public Class OracleDataReader _
	Implements , , 

Inheritance Hierarchy

System..::..Object
  Smartsite.Data..::..OracleDataReader

See Also

Advanced