PostParseAqlQueryResponseParsed Property |
Indicates that the query was successfully parsed.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Parsed { get; set; }
Public Property Parsed As Boolean?
Get
Set
public:
property Nullable<bool> Parsed {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Parsed : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also