Class RVOracleDataSource
Abstract base class for Oracle data sources
Inheritance
System.Object
RVOracleDataSource
Assembly: Infragistics.Reveal.Connectors.Oracle.dll
Syntax
public abstract class RVOracleDataSource : RVSqlBasedDataSource
Constructors
RVOracleDataSource()
Declaration
public RVOracleDataSource()
RVOracleDataSource(BaseDataSource)
Declaration
public RVOracleDataSource(BaseDataSource modelDataSource)
Parameters
Type |
Name |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
modelDataSource |
|
Properties
Database
Name of the database to connect to.
Declaration
public string Database { get; set; }
Property Value
Type |
Description |
System.String |
|
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type |
Description |
System.String |
|
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
|