Click or drag to resize
AbstractQueryObjectReset Method
Flushes the results but leaves the generated query text unchanged. After the reset, query can be executed again to obtain new data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual void Reset()
See Also