| 
            
              IDataSourceValueLookupMetadata Method
             | 
          
        
        
            Looks up metadata record for the specified target.
            
        
        Namespace: GrafanaAdapters.DataSourcesAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntaxfunction LookupMetadata(metadata, tableName, target);
 View SourceParameters
- metadata  DataSet
 - Metadata data set.
 - tableName  String
 - Table name to search.
 - target  String
 - Target to lookup.
 
Return Value
DataRowFiltered metadata row for the specified target.
Remarks
            Implementations should cache metadata lookups for performance.
            
See Also