Click or drag to resize
MultiObjectQueryBaseTQuery, TInnerQuery, TObjectApplyProperties 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 override void ApplyProperties(
	TInnerQuery query
)

Parameters

query
Type: TInnerQuery
Query to prepare
See Also