StiAzureTableStorageSource Class

Namespace: Stimulsoft.Report.Dictionary

Inheritance

Inherits from: StiNoSqlSource

Constructors

Constructor Description
StiAzureTableStorageSource()  
StiAzureTableStorageSource(string nameInSource, string name)  
StiAzureTableStorageSource(string nameInSource, string name, string alias)  
StiAzureTableStorageSource(string nameInSource, string name, string alias, string sqlCommand)  

StiAzureTableStorageSource()


StiAzureTableStorageSource(nameInSource: string, name: string)

Parameters

  • nameInSource (string)
  • name (string)

StiAzureTableStorageSource(nameInSource: string, name: string, alias: string)

Parameters

  • nameInSource (string)
  • name (string)
  • alias (string)

StiAzureTableStorageSource(nameInSource: string, name: string, alias: string, sqlCommand: string)

Parameters

  • nameInSource (string)
  • name (string)
  • alias (string)
  • sqlCommand (string)

Methods

Method Returns Description
CreateConnector StiSqlDataConnector Returns new data connector for this datasource.
GetDataAdapterType Type  

Method Details

CreateConnector

CreateConnector(connectionString: string): StiSqlDataConnector

Returns new data connector for this datasource.

Parameters

  • connectionString (string)

Returns StiSqlDataConnector — Created connector.


GetDataAdapterType

GetDataAdapterType(): Type

Returns Type