BatchedDataRetrievalContextResult Property |
Gets the data result.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
BatchedResult
See Also