Click or drag to resize

Select.ToGraphPattern Method

Throws an error as a Select() cannot be converted back to a Graph Pattern.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GraphPattern ToGraphPattern()

Return Value

Type: GraphPattern

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.Select.ToGraphPattern"]

Implements

ISparqlAlgebra.ToGraphPattern()
Exceptions
ExceptionCondition
NotSupportedExceptionThrown since a Select() cannot be converted back to a Graph Pattern.
See Also