Syntax
| C# |
|---|
public sealed class ResultSet |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class ResultSet |
| Visual C++ |
|---|
public ref class ResultSet sealed |
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetIterator |
Get an iterator for the result set.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable..::GetEnumerator |
See Also
GemStone.GemFire.Cache Namespace