StiOracleAdapterService Class
Namespace: Stimulsoft.Report.Dictionary
Inheritance
Inherits from: StiSqlAdapterService
Methods
| Method | Returns | Description |
|---|---|---|
| CreateConnector | StiSqlDataConnector | Returns new data connector for this type of the database. |
| GetDataSourceType | Type | Returns the type of the Data Source. |
Method Details
CreateConnector
CreateConnector(connectionString: string): StiSqlDataConnector
Returns new data connector for this type of the database.
Parameters
- connectionString (string)
Returns StiSqlDataConnector — Created connector.
GetDataSourceType
GetDataSourceType(): Type
Returns the type of the Data Source.
Returns Type — The type of Data Source.