Click or drag to resize
ResultSet Class

Note: This API is now obsolete.

Encapsulates a query result set. It specifies the interface for the resultset obtained from the Gemfire cache server
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::ResultSet>]
    GemStone.GemFire.CacheResultSet

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 sealed class ResultSet : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::ResultSet>], 
	ISelectResults

The ResultSet type exposes the following members.

Properties
  NameDescription
Public propertyIsModifiable
True if this ResultSet is modifiable.
Public propertyItem
Public propertySize
The size of the ResultSet.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIterator
Get an iterator for the result set.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
See Also