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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected virtual bool AllowTopNDistribution()
Return Value
Type:
BooleanSee Also