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 properties.
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.
|
See Also
GemStone.GemFire.Cache Namespace