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 (24.3.0.1000)
Syntax
public ICollection<ParameterValue> SubqueryParameterValues { get; }

Property Value

Type: ICollectionParameterValue
The sub query parameter value.
See Also