StiOleDbDatabaseCreateDataSource 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
)
Public Overrides Function CreateDataSource (
nameInSource As String,
name As String
) As StiSqlSource
Parameters
- nameInSource
- Type: SystemString
[Missing <param name="nameInSource"/> documentation for "M:Stimulsoft.Report.Dictionary.StiOleDbDatabase.CreateDataSource(System.String,System.String)"]
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Dictionary.StiOleDbDatabase.CreateDataSource(System.String,System.String)"]
Return Value
Type:
StiSqlSourceCreated data source.
See Also