Class that contains batch information necessary for slicing the data into multiple results, when servicing a 
BatchedClientRequest.
            
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ref class BatchInfo
type BatchInfo =  class end
The BatchInfo type exposes the following members.
Constructors| 
								 
							 | Name | Description | 
|---|
  | BatchInfo | 
            Initializes a new instance of the BatchInfo class.
              | 
Top
Properties| 
								 
							 | Name | Description | 
|---|
  | Id | 
            Gets the batch ID.
              | 
  | ParameterValues | 
            Gets the parameter values to be used in slicing the result for the current batch.
              | 
Top
See Also