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