PostExplainAqlQueryResponseVariableIsDataFromCollection Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? IsDataFromCollection { get; set; }
Public Property IsDataFromCollection As Boolean?
Get
Set
public:
property Nullable<bool> IsDataFromCollection {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsDataFromCollection : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also