ValidValuesDescriptorListValues Method

Lists the values.

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 abstract IReadOnlyList<ValidValue> ListValues()

Return Value

Type: IReadOnlyListValidValue
The valid values list.
See Also