StatisticsResultStatistics Property  | 
 
            Gets the query measurements, if requested by the client.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Dictionary<string, ElementStatistics> Statistics { get; }Public ReadOnly Property Statistics As Dictionary(Of String, ElementStatistics)
	Get
public:
property Dictionary<String^, ElementStatistics^>^ Statistics {
	Dictionary<String^, ElementStatistics^>^ get ();
}member Statistics : Dictionary<string, ElementStatistics> with get
Property Value
Type: 
DictionaryString, 
ElementStatistics
See Also