StiMSAccessSource Class

Namespace: Stimulsoft.Report.Dictionary

Inheritance

Inherits from: StiSqlSource

Constructors

Constructor Description
StiMSAccessSource()  
StiMSAccessSource(string nameInSource, string name)  
StiMSAccessSource(string nameInSource, string name, string alias)  
StiMSAccessSource(string nameInSource, string name, string alias, string sqlCommand)  
StiMSAccessSource(string nameInSource, string name, string alias, string sqlCommand, bool connectOnStart, bool reconnectOnEachRow, int commandTimeout, string key)  

StiMSAccessSource()


StiMSAccessSource(nameInSource: string, name: string)

Parameters

  • nameInSource (string)
  • name (string)

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

Parameters

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

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

Parameters

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

StiMSAccessSource(nameInSource: string, name: string, alias: string, sqlCommand: string, connectOnStart: bool, reconnectOnEachRow: bool, commandTimeout: int, key: string)

Parameters

  • nameInSource (string)
  • name (string)
  • alias (string)
  • sqlCommand (string)
  • connectOnStart (bool)
  • reconnectOnEachRow (bool)
  • commandTimeout (int)
  • key (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