Class RVRedshiftDataSource
Amazon Redshift data source, it adds the database name property to the base properties in Reveal.Sdk.Data.RVSqlBasedDataSource.
Inheritance
System.Object
RVRedshiftDataSource
Namespace: Reveal.Sdk.Data.Amazon.Redshift
Assembly: Infragistics.Reveal.Connectors.Redshift.dll
Syntax
public class RVRedshiftDataSource : RVSqlBasedDataSource
Constructors
RVRedshiftDataSource()
Declaration
public RVRedshiftDataSource()
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 |
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 |