Click or drag to resize

PostParseAqlQueryResponseCollections Property

Contains the names of the collections that are involved in the query.

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

Property Value

Type: IListString
See Also