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: 9.0.0
Syntax
C#
protected override void ApplyProperties(
	IDataQuery query,
	bool multiQuery = false
)

Parameters

query
Type: CMS.DataEngineIDataQuery
Query to prepare
multiQuery (Optional)
Type: SystemBoolean
If true, the query is an inner query within multi-query
See Also