LogicalValue Constructor (Guid, IListParameterValue, LogicalOperator)

Initializes a new instance of the LogicalValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public LogicalValue(
	Guid parameterId,
	IList<ParameterValue> values,
	LogicalOperator logicalOperator
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
values
Type: System.Collections.GenericIListParameterValue
The children values.
logicalOperator
Type: Dundas.BI.DataLogicalOperator
The logical operator.
Exceptions
ExceptionCondition
ArgumentExceptionvalues is or empty or values have inconsistent parameter IDs.
See Also