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 HierarchySystemObject [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::ResultSet>] GemStone.GemFire.CacheResultSet
Namespace: GemStone.GemFire.CacheAssembly: 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
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public NotInheritable Class ResultSet
Inherits [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::ResultSet>]
Implements ISelectResults
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public ref class ResultSet sealed : public [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::ResultSet>],
ISelectResults
[<SealedAttribute>]
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type ResultSet =
class
inherit [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::ResultSet>]
interface ISelectResults
end
The ResultSet type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetIterator |
Get an iterator for the result set.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
See Also