Click or drag to resize

CursorResponsePlanVariables Property

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

Property Value

Type: IEnumerableCursorResponsePlanVariable
See Also