BatchedClientRequestBatches Property |
Gets the batches information for the current request.
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 ICollection<BatchInfo> Batches { get; }
Public ReadOnly Property Batches As ICollection(Of BatchInfo)
Get
public:
property ICollection<BatchInfo^>^ Batches {
ICollection<BatchInfo^>^ get ();
}
member Batches : ICollection<BatchInfo> with get
Property Value
Type:
ICollectionBatchInfoSee Also