ISparqlQueryAlgebraProcessorTResult, TContextProcessPropertyPath Method  | 
 
            Processes a Property Path.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
SyntaxTResult ProcessPropertyPath(
	PropertyPath path,
	TContext context
)
Function ProcessPropertyPath ( 
	path As PropertyPath,
	context As TContext
) As TResult
Parameters
- path
 - Type: VDS.RDF.Query.AlgebraPropertyPath
Path. - context
 - Type: TContext
Evaluation Context. 
Return Value
Type: 
TResult[Missing <returns> documentation for "M:VDS.RDF.Query.ISparqlQueryAlgebraProcessor`2.ProcessPropertyPath(VDS.RDF.Query.Algebra.PropertyPath,`1)"]
See Also