Click or drag to resize
ISelectResults 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 ISelectResults : IEnumerable<IGFSerializable>

The ISelectResults type exposes the following members.

Properties
  NameDescription
Public propertyIsModifiable
True if this ISelectResults is modifiable.
Public propertyItem
Public propertySize
The size of the ISelectResults.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<IGFSerializable>.)
Public methodGetIterator
Get an iterator for the result set.
Top
See Also