Click or drag to resize

ActiveMeasurementsTableLookup.LookupByDeviceID Method

Gets all of the rows with the provided deviceID. Returns an empty set if the deviceID could not be found.

Namespace: GSF.TimeSeries.Data
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntax
public IEnumerable<DataRow> LookupByDeviceID(
	uint deviceId
)
View Source

Parameters

deviceId  UInt32
the deviceID to lookup.

Return Value

IEnumerable<DataRow>
Returns an empty set if the deviceID could not be found.
See Also