Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use statement Clone().Immutable() instead")]
public TParent Snapshot()

Return Value

Type: TParent
See Also