Click or drag to resize

StiNoSqlDatabase Constructor (String, String, String)

Initializes a new instance of the StiNoSqlDatabase class

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiNoSqlDatabase(
	string name,
	string alias,
	string connectionString
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Dictionary.StiNoSqlDatabase.#ctor(System.String,System.String,System.String)"]

alias
Type: SystemString

[Missing <param name="alias"/> documentation for "M:Stimulsoft.Report.Dictionary.StiNoSqlDatabase.#ctor(System.String,System.String,System.String)"]

connectionString
Type: SystemString

[Missing <param name="connectionString"/> documentation for "M:Stimulsoft.Report.Dictionary.StiNoSqlDatabase.#ctor(System.String,System.String,System.String)"]

See Also