SingleBooleanValue Constructor (Guid, Boolean)

Initializes a new instance of the SingleBooleanValue 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 SingleBooleanValue(
	Guid parameterId,
	bool value
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
value
Type: SystemBoolean
The value.
See Also