Show / Hide Table of Contents

Interface ISparqlPath

Represents a Path expression in SPARQL.
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRDF.dll
Syntax
public interface ISparqlPath

Methods

| Improve this Doc View Source

ToAlgebra(PathTransformContext)

Converts a Path into its Algebra Form.
Declaration
ISparqlAlgebra ToAlgebra(PathTransformContext context)
Parameters
Type Name Description
PathTransformContext context Path Transformation Context.
Returns
Type Description
ISparqlAlgebra
| Improve this Doc View Source

ToString()

Gets the String representation of a Path.
Declaration
string ToString()
Returns
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • ToAlgebra(PathTransformContext)
    • ToString()
  • Extension Methods
Back to top Generated by DocFX