Click or drag to resize

GetAqlFunctionsResponseResult Property

All functions, or the ones matching the Namespace parameter.

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IList<AqlFunctionResult> Result { get; set; }

Property Value

Type: IListAqlFunctionResult
See Also