StiDatabase Constructor (String, String, String) |
Creates a new object of the type StiDatabase.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiDatabase(
string name,
string alias,
string key
)
Public Sub New (
name As String,
alias As String,
key As String
)
Parameters
- name
- Type: SystemString
Name of database. - alias
- Type: SystemString
Alias of database. - key
- Type: SystemString
Key string.
See Also