CursorResponseTHasMore Property |
Whether there are more results available for the cursor on the server.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool HasMore { get; set; }
Public Property HasMore As Boolean
Get
Set
public:
virtual property bool HasMore {
bool get () sealed;
void set (bool value) sealed;
}
abstract HasMore : bool with get, set
override HasMore : bool with get, set
Property Value
Type:
BooleanImplements
ICursorResponseTHasMoreSee Also