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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
RemarksUse 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