SelectResultsIteratorHasNext Property |
Check if there is a next element.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool HasNext { get; }
Public ReadOnly Property HasNext As Boolean
Get
public:
property bool HasNext {
bool get ();
}
member HasNext : bool with get
Property Value
Type:
Boolean
See Also