Click or drag to resize
QueryParametersBaseTParentSnapshot Method
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: 10.0.0
Syntax
C#
public TParent Snapshot()

Return Value

Type: TParent
See Also