BatchInfo Class

Class that contains batch information necessary for slicing the data into multiple results, when servicing a BatchedClientRequest.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalBatchInfo

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 class BatchInfo

The BatchInfo type exposes the following members.

Constructors
  NameDescription
Public methodBatchInfo
Initializes a new instance of the BatchInfo class.
Top
Properties
  NameDescription
Public propertyId
Gets the batch ID.
Public propertyParameterValues
Gets the parameter values to be used in slicing the result for the current batch.
Top
See Also