BatchedDataRetrievalContextResult 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 BatchedResult Result { get; }Public ReadOnly Property Result As BatchedResult
	Get
public:
property BatchedResult^ Result {
	BatchedResult^ get ();
}member Result : BatchedResult with get
Property Value
Type: 
BatchedResult
See Also