|
ActiveMeasurementsTableLookupLookupByDeviceID Method
|
Gets all of the rows with the provided deviceID.
Returns an empty set if the deviceID could not be found.
Namespace: GSF.TimeSeries.DataAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax function LookupByDeviceID(deviceId);
View SourceParameters
- deviceId UInt32
- the deviceID to lookup.
Return Value
IEnumerableDataRow
Returns an empty set if the deviceID could not be found.
See Also