MultiObjectQueryBaseTQuery, TInnerQuery, TObjectApplyProperties Method |
Applies main query properties to the given query to ensure synchronized state before execution
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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