Click or drag to resize

ICursorResponseTResult Property

A list of documents for the current batch of results (might be empty if query has no results).

Namespace:  ArangoDBNetStandard.CursorApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
IEnumerable<T> Result { get; set; }

Property Value

Type: IEnumerableT
See Also