Click or drag to resize

ExplainQueryProcessor.ProcessPropertyPath Method

Processes a Property Path.

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

Parameters

path
Type: VDS.RDF.Query.Algebra.PropertyPath
Path.
context
Type: VDS.RDF.Query.SparqlEvaluationContext
SPARQL Evaluation Context.

Return Value

Type: BaseMultiset

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

Implements

ISparqlQueryAlgebraProcessor<TResult, TContext>.ProcessPropertyPath(PropertyPath, TContext)
See Also