Class RVOracleDataSource
Abstract base class for Oracle data sources
Inheritance
System.Object
RVOracleDataSource
Inherited Members
Namespace: Reveal.Sdk.Data.Oracle
Assembly: Infragistics.Reveal.Connectors.Oracle.dll
Syntax
public abstract class RVOracleDataSource : RVSqlBasedDataSource, IDataSource
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 |
Overrides
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource |