Click or drag to resize
DataQueryBaseTQueryAllowTopNDistribution Method
Returns true if distribution of TOP N to inner queries is allowed. Defaults to false. Distribution of TOP N to inner queries helps performance mainly in case the inner query is complex and includes nesting levels, for simple queries it is better not to allow the distribution.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual bool AllowTopNDistribution()

Return Value

Type: Boolean
See Also