Syntax
| C# |
|---|
public interface ISelectResults |
| Visual Basic (Declaration) |
|---|
Public Interface ISelectResults |
| Visual C++ |
|---|
public interface class ISelectResults |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<(Of <IGFSerializable>)>.) | |
| GetIterator |
Get an iterator for the result set.
|
Public Properties
| Name | Description | |
|---|---|---|
| IsModifiable |
True if this ISelectResults is modifiable.
| |
| Item |
Get an object at the given index.
| |
| Size |
The size of the ISelectResults.
|
See Also
GemStone.GemFire.Cache Namespace