Click or drag to resize
ISelectResultsTResult Interface
Interface to encapsulate a select query result set.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public interface ISelectResults<TResult> : IEnumerable<TResult>

Type Parameters

TResult

The ISelectResultsTResult 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 IEnumerableTResult.)
Public methodGetIterator
Get an iterator for the result set.
Top
See Also