Click or drag to resize

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
)

Parameters

dataSource
Type: Stimulsoft.Report.DictionaryStiDataSource
Data Source for which retrieval of adapter will be done.

Return Value

Type: StiDataAdapterService
Adapter of data.
See Also