Click or drag to resize

StiDB2Source Constructor (String, String, String, String)

Initializes a new instance of the StiDB2Source class

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDB2Source(
	string dataName,
	string name,
	string alias,
	string sqlCommand
)

Parameters

dataName
Type: SystemString

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

name
Type: SystemString

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

alias
Type: SystemString

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

sqlCommand
Type: SystemString

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

See Also