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 (24.3.0.1000)
Syntax
public BatchInfo(
	Guid id,
	ICollection<ParameterValue> parameterValues
)

Parameters

id
Type: SystemGuid
The batch ID.
parameterValues
Type: System.Collections.GenericICollectionParameterValue
The batch parameter values.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty or parameterValues is either or empty.
See Also