StiSqlSource Constructor (String, String, String, String) |
Creates a new object of the type StiSqlSource.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiSqlSource(
string nameInSource,
string name,
string alias,
string sqlCommand
)
Public Sub New (
nameInSource As String,
name As String,
alias As String,
sqlCommand As String
)
Parameters
- nameInSource
- Type: SystemString
Name of SqlConnection in the DataStore. - name
- Type: SystemString
Data Source name. - alias
- Type: SystemString
Data Source alias. - sqlCommand
- Type: SystemString
SQL statement to execute at the Data Source.
See Also