Table of Contents

Interface IRelationship

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

Represents a Relationship in the Neo4j graph database.

public interface IRelationship : IEntity, IEquatable<IRelationship>
Inherited Members
Extension Methods

Properties

EndNodeElementId

Gets the ElementId of the end node of the relationship.

EndNodeId

Gets the id of the end node of the relationship.

StartNodeElementId

Gets the ElementId of the start node of the relationship.

StartNodeId

Gets the id of the start node of the relationship.

Type

Gets the type of the relationship.