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

| Edit this page 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
| Edit this page View Source

ToString()

Gets the String representation of a Path.

Declaration
string ToString()
Returns
Type Description
string

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • ToAlgebra(PathTransformContext)
    • ToString()
  • Extension Methods
Back to top Generated by DocFX