ActiveMeasurementsTableLookupLookupByDeviceNameNoStat Method
Gets all of the rows with the provided device name. This will exclude
all ActiveMeasurements that are classified as SignalType='STAT'. This is because
'STAT's are not associated with a device in the database.
Returns an empty set if the deviceID could not be found.
Namespace: Gemstone.Timeseries.DataAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.174 -- Release Build+7cac27bfa55e63c8ffc82ceebed56183ce746be7
function LookupByDeviceNameNoStat(deviceName);
- deviceName String
- the device to lookup.
IEnumerableDataRow
Returns an empty set if the device could not be found.