CollectionStringValue Constructor (Guid, String) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic CollectionStringValue(
Guid parameterId,
params string[] list
)
Public Sub New (
parameterId As Guid,
ParamArray list As String()
)
public:
CollectionStringValue(
Guid parameterId,
... array<String^>^ list
)
new :
parameterId : Guid *
list : string[] -> CollectionStringValueParameters
- parameterId
- Type: SystemGuid
The parameter ID. - list
- Type: SystemString
The list of values.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | The list parameter cannot be . |
See Also