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; }
Public Property Collections As IList(Of String)
Get
Set
public:
property IList<String^>^ Collections {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Collections : IList<string> with get, set
Property Value
Type:
IListStringSee Also