Interface IPropertyWithElement
Represents a property with element in DSE Graph. Element will always be null when GraphSON2 is NOT used.
Inherited Members
Namespace: Cassandra.DataStax.Graph
Assembly: Cassandra.dll
Syntax
public interface IPropertyWithElement : IProperty, IEquatable<IProperty>, IEquatable<IPropertyWithElement>
Properties
Element
Gets the property element.
Declaration
IGraphNode Element { get; }
Property Value
Type | Description |
---|---|
IGraphNode |