PostExplainAqlQueryResponseConditionSubNodes Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<PostExplainAqlQueryResponseCondition> SubNodes { get; set; }
Public Property SubNodes As IList(Of PostExplainAqlQueryResponseCondition)
Get
Set
public:
property IList<PostExplainAqlQueryResponseCondition^>^ SubNodes {
IList<PostExplainAqlQueryResponseCondition^>^ get ();
void set (IList<PostExplainAqlQueryResponseCondition^>^ value);
}
member SubNodes : IList<PostExplainAqlQueryResponseCondition> with get, set
Property Value
Type:
IListPostExplainAqlQueryResponseConditionSee Also