Click or drag to resize
QueryParametersBaseTParentGetTypedQuery Method
Returns specifically typed instance of current Query object to allow user to compose Query in fluent syntax. If current Query is immutable then its clone is returned.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
Remarks
Use this method in case of creating custom parameterization method for DataQuery and its derivatives to obtain specifically typed instance of the Query and to reflect its immutability. Invoke this method before any manipulation is done on the Query object.
See Also