Class RVMariaDBDataSource
MariaDB data source
Inheritance
System.Object
RVMariaDBDataSource
Implements
Inherited Members
Namespace: Reveal.Sdk.Data.MariaDB
Assembly: Infragistics.Reveal.Connectors.MariaDB.dll
Syntax
public class RVMariaDBDataSource : RVSqlPDSDataSource, IDataSource, IProcessDataOnServerDataSource
Constructors
RVMariaDBDataSource()
Declaration
public RVMariaDBDataSource()
RVMariaDBDataSource(BaseDataSource)
Declaration
public RVMariaDBDataSource(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 |