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

Parameters

id  Guid
The batch ID.
parameterValues  ICollectionParameterValue
The batch parameter values.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty or parameterValues is either or empty.
See Also