Class RVOracleDataSourceItem
Inheritance
System.Object
RVOracleDataSourceItem
Assembly: Infragistics.Reveal.Connectors.Oracle.dll
Syntax
public class RVOracleDataSourceItem : RVSqlBasedDataSourceItem, IDataSourceItem
Constructors
RVOracleDataSourceItem(RVOracleDataSource)
Declaration
public RVOracleDataSourceItem(RVOracleDataSource dataSource)
Parameters
Properties
Procedure
(Optional) name of the stored procedure or function to get data from. The function must return a ref cursor. Procedures must have at least one OUT argument of type ref cursor.
Declaration
public string Procedure { get; set; }
Property Value
Type |
Description |
System.String |
|
ProcedureParameters
Parameters to be passed to the procedure, if there is such specified in Procedure.
Declaration
public Dictionary<string, object> ProcedureParameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Methods
CreateModelDataSourceItem()
Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem |
|
Overrides