DeleteEdgeResponseTOld Property |
The complete deleted edge document.
Includes all attributes stored before the delete operation.
Will only be present if
ReturnOld is true.
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public T Old { get; set; }
Public Property Old As T
Get
Set
public:
property T Old {
T get ();
void set (T value);
}
member Old : 'T with get, set
Property Value
Type:
TSee Also