StiMsAccessConnector Class

Namespace: Stimulsoft.Base

Inheritance

Inherits from: StiOleDbConnector

Methods

Method Returns Description
Get static StiMsAccessConnector  
GetDbType Type Returns the type of the DBType.
GetSampleConnectionString string Returns sample of the connection string to this connector.
RetrieveSchema StiDataSchema Returns schema object which contains information about structure of the database. Schema returned start at specified root element (if it applicable).
StiMsAccessConnector internal  

Method Details

Get static

Get(connectionString: string): StiMsAccessConnector

Parameters

  • connectionString (string)

Returns StiMsAccessConnector


GetDbType

GetDbType(): Type

Returns the type of the DBType.

Returns Type


GetSampleConnectionString

GetSampleConnectionString(): string

Returns sample of the connection string to this connector.

Returns string


RetrieveSchema

RetrieveSchema(allowException: bool): StiDataSchema

Returns schema object which contains information about structure of the database. Schema returned start at specified root element (if it applicable).

Parameters

  • allowException (bool)

Returns StiDataSchema


StiMsAccessConnector

StiMsAccessConnector(connectionString: string): internal

Parameters

  • connectionString (string)

Returns internal