Click or drag to resize

SparqlFormatter.Format Method (PatternItem, Nullable<TripleSegment>)

Formats a Pattern Item in nicely formatted SPARQL syntax.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual string Format(
	PatternItem item,
	Nullable<TripleSegment> segment
)

Parameters

item
Type: VDS.RDF.Query.Patterns.PatternItem
Pattern Item.
segment
Type: System.Nullable<TripleSegment>
Triple Pattern Segment.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.SparqlFormatter.Format(VDS.RDF.Query.Patterns.PatternItem,System.Nullable{VDS.RDF.Writing.TripleSegment})"]

Implements

IQueryFormatter.Format(PatternItem, Nullable<TripleSegment>)
See Also