ICursorResponseTHasMore Property |
Whether more results are available to fetch from the cursor.
False if this was the last batch.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax bool HasMore { get; set; }
Property HasMore As Boolean
Get
Set
property bool HasMore {
bool get ();
void set (bool value);
}
abstract HasMore : bool with get, set
Property Value
Type:
BooleanSee Also