Click or drag to resize
TypedListRelationshipEdgeStartVertexIsRelationshipStartVertex Property
Gets a value indicating whether the start vertex of this relationship is the start vertex of the represented relationship (true) or the end vertex of the represented relationship (false).

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public bool StartVertexIsRelationshipStartVertex { get; }

Property Value

Type: Boolean
See Also