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

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

Parameters

topN
Type: SystemInt32

Return Value

Type: TQuery

Implements

IDataQuerySettingsTQueryTopN(Int32)
See Also