CollectionStringValue Constructor (Guid, IListString) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic CollectionStringValue(
Guid parameterId,
IList<string> values
)
Public Sub New (
parameterId As Guid,
values As IList(Of String)
)
public:
CollectionStringValue(
Guid parameterId,
IList<String^>^ values
)
new :
parameterId : Guid *
values : IList<string> -> CollectionStringValueParameters
- parameterId
- Type: SystemGuid
The parameter ID. - values
- Type: System.Collections.GenericIListString
The values.
See Also