BaseArbitraryLengthPathOperatorEvaluateStep Method  | 
 
            Evaluates a setp of the Path.
            
 
    Namespace: 
   VDS.RDF.Query.Algebra
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected List<INode> EvaluateStep(
	SparqlEvaluationContext context,
	List<INode> path,
	bool reverse
)
Protected Function EvaluateStep ( 
	context As SparqlEvaluationContext,
	path As List(Of INode),
	reverse As Boolean
) As List(Of INode)
Parameters
- context
 - Type: VDS.RDF.QuerySparqlEvaluationContext
Context. - path
 - Type: System.Collections.GenericListINode
Paths. - reverse
 - Type: SystemBoolean
Whether to evaluate Paths in reverse. 
Return Value
Type: 
ListINode[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseArbitraryLengthPathOperator.EvaluateStep(VDS.RDF.Query.SparqlEvaluationContext,System.Collections.Generic.List{VDS.RDF.INode},System.Boolean)"]
See Also