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