Click or drag to resize

LeviathanQueryProcessorProcessPropertyPath Method

Processes a Property Path.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual BaseMultiset ProcessPropertyPath(
	PropertyPath path,
	SparqlEvaluationContext context
)

Parameters

path
Type: VDS.RDF.Query.AlgebraPropertyPath
Path.
context
Type: VDS.RDF.QuerySparqlEvaluationContext
SPARQL Evaluation Context.

Return Value

Type: BaseMultiset

[Missing <returns> documentation for "M:VDS.RDF.Query.LeviathanQueryProcessor.ProcessPropertyPath(VDS.RDF.Query.Algebra.PropertyPath,VDS.RDF.Query.SparqlEvaluationContext)"]

Implements

ISparqlQueryAlgebraProcessorTResult, TContextProcessPropertyPath(PropertyPath, TContext)
See Also