Execute the query and return the matching edges.
            
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
SyntaxIEnumerable<IEdge> Edges()
Function Edges As IEnumerable(Of IEdge)
IEnumerable<IEdge^>^ Edges()
abstract Edges : unit -> IEnumerable<IEdge> 
Return Value
Type: 
IEnumerableIEdgethe unfiltered edges
See Also