ResultPagingSubqueryParameterValues Property

Gets the parameter values to be used in running the sub query.

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ICollection<ParameterValue> SubqueryParameterValues { get; }

Property Value

ICollectionParameterValue
The sub query parameter value.
See Also