Click or drag to resize
DataQueryBaseTQueryApplyPagingTopN Method
Applies top N based on paging settings to the inner query to select only necessary data

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected bool ApplyPagingTopN(
	IDataQuerySettings settings,
	IDataQuery query
)

Parameters

settings
Type: CMS.DataEngineIDataQuerySettings
Query settings
query
Type: CMS.DataEngineIDataQuery
Target query

Return Value

Type: Boolean
See Also