StiSybaseSource Class
Namespace: Stimulsoft.Report.Dictionary
Inheritance
Inherits from: StiSqlSource
Constructors
| Constructor | Description |
|---|---|
| StiSybaseSource() | |
| StiSybaseSource(string nameInSource, string name) | |
| StiSybaseSource(string nameInSource, string name, string alias) | |
| StiSybaseSource(string nameInSource, string name, string alias, string sqlCommand) |
StiSybaseSource()
StiSybaseSource(nameInSource: string, name: string)
Parameters
- nameInSource (string)
- name (string)
StiSybaseSource(nameInSource: string, name: string, alias: string)
Parameters
- nameInSource (string)
- name (string)
- alias (string)
StiSybaseSource(nameInSource: string, name: string, alias: string, sqlCommand: string)
Parameters
- nameInSource (string)
- name (string)
- alias (string)
- sqlCommand (string)
Methods
| Method | Returns | Description |
|---|---|---|
| CreateConnector | StiSqlDataConnector | Returns new data connector for this datasource. |
| GetDataAdapterType | Type |
Method Details
CreateConnector
CreateConnector(connectionString: string): StiSqlDataConnector
Returns new data connector for this datasource.
Parameters
- connectionString (string)
Returns StiSqlDataConnector — Created connector.
GetDataAdapterType
GetDataAdapterType(): Type
Returns Type