ResultPagingSetSubqueryPagination Method  | 
 
            Sets subquery pagination.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic void SetSubqueryPagination(
	ICollection<ParameterValue> subqueryValues
)
Public Sub SetSubqueryPagination ( 
	subqueryValues As ICollection(Of ParameterValue)
)
public:
void SetSubqueryPagination(
	ICollection<ParameterValue^>^ subqueryValues
)
member SetSubqueryPagination : 
        subqueryValues : ICollection<ParameterValue> -> unit 
Parameters
- subqueryValues
 - Type: System.Collections.GenericICollectionParameterValue
The subquery parameter values. 
See Also