QueryParametersBaseTParentSnapshot Method |
Note: This API is now obsolete.
Creates an immutable snapshot of the current query as a base for further evaluation. Doesn't modify the original query in any way.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use statement Clone().Immutable() instead")]
public TParent Snapshot()
Return Value
Type:
TParentSee Also