Click or drag to resize

StiSybaseDatabase Constructor (String, String, String)

Creates a new object of the type StiSybaseDatabase.

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

Parameters

name
Type: SystemString

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

alias
Type: SystemString

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

connectionString
Type: SystemString

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

See Also