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