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 members.
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.
| |
| GetQuery | ||
| 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.) |
Public Properties
| Name | Description | |
|---|---|---|
| IsModifiable |
True if this ResultSet is modifiable.
| |
| Item |
Get an object at the given index.
| |
| Size |
The size of the ResultSet.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable..::GetEnumerator |
See Also
GemStone.GemFire.Cache Namespace