Click or drag to resize

StiDictionaryGetConnection Method

Returns IDbConnection for database with specified name.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public IDbConnection GetConnection(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDictionary.GetConnection(System.String)"]

Return Value

Type: IDbConnection

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiDictionary.GetConnection(System.String)"]

See Also