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.

Definition

Namespace: Gemstone.Timeseries.Data
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.178 -- Release Build+52bde36e42c7b2f52d1e2cc6bb29e593f446f07c
public IEnumerable<DataRow> LookupByDeviceNameNoStat(
	string deviceName
)

Parameters

deviceName  String
the device to lookup.

Return Value

IEnumerableDataRow
Returns an empty set if the device could not be found.

See Also