ISparqlQueryAlgebraProcessorTResult, TContextProcessOneOrMorePath Method |
Processes a One or More Path.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax TResult ProcessOneOrMorePath(
OneOrMorePath path,
TContext context
)
Function ProcessOneOrMorePath (
path As OneOrMorePath,
context As TContext
) As TResult
Parameters
- path
- Type: VDS.RDF.Query.AlgebraOneOrMorePath
Path. - context
- Type: TContext
Evaluation Context.
Return Value
Type:
TResult[Missing <returns> documentation for "M:VDS.RDF.Query.ISparqlQueryAlgebraProcessor`2.ProcessOneOrMorePath(VDS.RDF.Query.Algebra.OneOrMorePath,`1)"]
See Also