Click or drag to resize
IDataQuerySettingsTQueryTopN Method
Selects only first top N number of records

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TQuery TopN(
	int topN
)

Parameters

topN
Type: SystemInt32

Return Value

Type: TQuery
See Also