Click or drag to resize

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; }

Property Value

Type: T
See Also