Click or drag to resize

StiDataAdapterServiceGetDataAdapter Method (StiData)

Returns adapter for Data in DataStore.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiDataAdapterService GetDataAdapter(
	StiData data
)

Parameters

data
Type: Stimulsoft.Report.DictionaryStiData
Data for which retrieval of adapter will be done.

Return Value

Type: StiDataAdapterService
Adapter of data.
See Also