Syntax
| C# |
|---|
public interface ISelectResults |
| Visual Basic (Declaration) |
|---|
Public Interface ISelectResults |
| Visual C++ |
|---|
public interface class ISelectResults |
The type exposes the following methods.
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.
|
See Also
GemStone.GemFire.Cache Namespace