DataRetrievalContextResult Property  | 
 
            Gets the data result.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DataResult Result { get; }Public ReadOnly Property Result As DataResult
	Get
public:
property DataResult^ Result {
	DataResult^ get ();
}member Result : DataResult with get
Property Value
Type: 
DataResult
See Also