OlapMemberExpressionParameterValues Property

Gets the query parameters.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Collection<DataParameterValue> ParameterValues { get; }

Property Value

Type: CollectionDataParameterValue
The query parameters.
See Also