Open this page in the API Guide

ResultPaging.SetSubqueryPagination Method

Sets subquery pagination.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void SetSubqueryPagination(
	ICollection<ParameterValue> subqueryValues
)

Parameters

subqueryValues
Type: System.Collections.Generic.ICollection<ParameterValue>
The subquery parameter values.
See Also