Click or drag to resize

DataSourceLookupsGetLookupCache Method

Gets/Creates the lookup cache for the provided dataset.

Namespace: GSF.TimeSeries.Data
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static DataSourceLookupCache GetLookupCache(
	DataSet dataSet
)
View Source

Parameters

dataSet  DataSet
The non-null dataset provided by the time-series framework

Return Value

DataSourceLookupCache
Lookup cache for the provided dataset.
See Also