Click or drag to resize

CursorResponseTResult Property

Result documents (might be empty if query has no results).

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

Property Value

Type: IEnumerableT

Implements

ICursorResponseTResult
See Also