Class RVPostgresDataSource

PostgreSQL data source, it adds the database name property to the base properties in RVSqlBasedDataSource.

Inheritance
System.Object
RVPostgresDataSource
Implements
Namespace: Reveal.Sdk.Data.PostgreSQL
Assembly: Infragistics.Reveal.Connectors.Postgres.dll
Syntax
public class RVPostgresDataSource : RVSqlPDSDataSource, IDataSource, IProcessDataOnServerDataSource

Constructors

RVPostgresDataSource()

Declaration
public RVPostgresDataSource()

Properties

Database

Name of the datase 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
RVDashboardDataSource.ProviderKey

Schema

Name of the schema to use.

Declaration
public string Schema { get; set; }
Property Value
Type Description
System.String

Methods

ToModelDataSource()

Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource
Overrides
RVSqlBasedDataSource.ToModelDataSource()

Implements

IProcessDataOnServerDataSource