StiNoSqlAdapterService Class

Namespace: Stimulsoft.Report.Dictionary

Describes the adapter for access to SqlConnection.

Inheritance

Inherits from: StiDataStoreAdapterService

Methods

Method Returns Description
CreateConnectionInDataStore void  
CreateConnector StiNoSqlDataConnector Returns new data connector for this type of the database.
GetDataCategoryName string  
GetDataTypes Type[]  
TestConnection string  

Method Details

CreateConnectionInDataStore

CreateConnectionInDataStore(dictionary: StiDictionary, database: StiNoSqlDatabase): void

Parameters


CreateConnector

CreateConnector(connectionString: string): StiNoSqlDataConnector

Returns new data connector for this type of the database.

Parameters

  • connectionString (string)

Returns StiNoSqlDataConnector — Created connector.


GetDataCategoryName

GetDataCategoryName(data: StiData): string

Parameters

Returns string


GetDataTypes

GetDataTypes(): Type[]

Returns Type[]


TestConnection

TestConnection(connectionString: string): string

Parameters

  • connectionString (string)

Returns string