StiDataAdapterServiceGetDataAdapter Method (StiDataSource) |
Returns adapter for Data Source.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiDataAdapterService GetDataAdapter(
StiDataSource dataSource
)
Public Shared Function GetDataAdapter (
dataSource As StiDataSource
) As StiDataAdapterService
Parameters
- dataSource
- Type: Stimulsoft.Report.DictionaryStiDataSource
Data Source for which retrieval of adapter will be done.
Return Value
Type:
StiDataAdapterServiceAdapter of data.
See Also