Click or drag to resize

StiMongoDbDatabase Constructor (String, String, String)

Initializes a new instance of the StiMongoDbDatabase class

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

Parameters

name
Type: SystemString

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

alias
Type: SystemString

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

connectionString
Type: SystemString

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

See Also