Syntax
| C# |
|---|
public interface ISelectResults |
| Visual Basic (Declaration) |
|---|
Public Interface ISelectResults |
| Visual C++ |
|---|
public interface class ISelectResults |
The type exposes the following properties.
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