| 
            
              DataSetAdapterGetAugmentedDataSet(IDataSourceValueType) Method
             | 
          
        
        
            Gets the Grafana data source metadata, augmented as needed for the target data
            source value type instance value.
            
        
        Namespace: GrafanaAdapters.MetadataAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.258-beta
Syntaxfunction GetAugmentedDataSet(value);
 View SourceParameters
- value  IDataSourceValueType
 - Instance of data source value type to use for metadata augmentation.
 
Return Value
DataSet
            Grafana data source metadata, augmented as needed for the target data source
            
See Also