Class RVOracleDataSourceItem
Oracle data source item
Inheritance
System.Object
RVOracleDataSourceItem
Namespace: Reveal.Sdk.Data.Oracle
Assembly: Infragistics.Reveal.Connectors.Oracle.dll
Syntax
public class RVOracleDataSourceItem : RVSqlBasedDataSourceItem
Constructors
RVOracleDataSourceItem(RVOracleDataSource)
Declaration
public RVOracleDataSourceItem(RVOracleDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVOracleDataSource | dataSource |
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 |