CollectionBooleanValue Constructor (Guid, IListBoolean) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic CollectionBooleanValue(
Guid parameterId,
IList<bool> values
)
Public Sub New (
parameterId As Guid,
values As IList(Of Boolean)
)
public:
CollectionBooleanValue(
Guid parameterId,
IList<bool>^ values
)
new :
parameterId : Guid *
values : IList<bool> -> CollectionBooleanValueParameters
- parameterId
- Type: SystemGuid
The parameter ID. - values
- Type: System.Collections.GenericIListBoolean
The list of values.
See Also