Click or drag to resize
ICqResults Interface

Note: This API is now obsolete.

Interface to encapsulate a select query result set.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public interface ICqResults : ISelectResults

The ICqResults type exposes the following members.

Properties
  NameDescription
Public propertyIsModifiable
True if this ISelectResults is modifiable.
(Inherited from ISelectResults.)
Public propertyItem (Inherited from ISelectResults.)
Public propertySize
The size of the ISelectResults.
(Inherited from ISelectResults.)
Top
Methods
  NameDescription
Public methodGetIterator
Get an iterator for the result set.
(Inherited from ISelectResults.)
Top
See Also