| 
            
              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.257-beta
Syntaxpublic IEnumerable<DataRow> LookupByDeviceID(
	uint deviceId
)
Public Function LookupByDeviceID ( 
	deviceId As UInteger
) As IEnumerable(Of DataRow)
public:
IEnumerable<DataRow^>^ LookupByDeviceID(
	unsigned int deviceId
)
member LookupByDeviceID : 
        deviceId : uint32 -> IEnumerable<DataRow> 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