Class RVSQLiteDataSource
SQLite data source
Inheritance
System.Object
RVSQLiteDataSource
Implements
Inherited Members
Namespace: Reveal.Sdk.Data.SQLite
Assembly: Infragistics.Reveal.Connectors.SQLite.dll
Syntax
public class RVSQLiteDataSource : RVSqlPDSDataSource, IDataSource, IProcessDataOnServerDataSource
Constructors
RVSQLiteDataSource()
Declaration
public RVSQLiteDataSource()
RVSQLiteDataSource(BaseDataSource)
Declaration
public RVSQLiteDataSource(BaseDataSource modelDataSource)
Parameters
| Type | Name | Description |
|---|---|---|
| Infragistics.ReportPlus.DashboardModel.BaseDataSource | modelDataSource |
Properties
Database
Path of the SQLite database file. Accepts both absolute paths and relative paths.
Relative paths are resolved against
Declaration
public string Database { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DisableDateTypeInference
Disables automatic date type inference for SQLite columns.
When set to true, columns that would normally be promoted to date/datetime types
(both ISO string patterns and Unix epoch seconds) will remain as their raw types (String or Number).
Defaults to null, which leaves inference enabled.
Declaration
public Nullable<bool> DisableDateTypeInference { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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 |