Click or drag to resize
MultiQueryBaseTQuery, TInnerQueryApplyProperties Method
Applies main query properties to the given query to ensure synchronized state before execution

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void ApplyProperties(
	TInnerQuery query
)

Parameters

query
Type: TInnerQuery
Query to prepare
See Also