Open this page in the API Guide

BatchInfo Constructor

Initializes a new instance of the BatchInfo class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public BatchInfo(
	Guid id,
	ICollection<ParameterValue> parameterValues
)

Parameters

id
Type: System.Guid
The batch ID.
parameterValues
Type: System.Collections.Generic.ICollection<ParameterValue>
The batch parameter values.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty or parameterValues is either null or empty.
See Also