Click or drag to resize

StiSybaseDatabaseCreateDataSource Method

Returns new data source for this database.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override StiSqlSource CreateDataSource(
	string nameInSource,
	string name
)

Parameters

nameInSource
Type: SystemString

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

name
Type: SystemString

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

Return Value

Type: StiSqlSource
Created data source.
See Also