Click or drag to resize

SparqlFormatterFormatAggregate Method

Formats a SPARQL Aggregate.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual string FormatAggregate(
	ISparqlAggregate agg
)

Parameters

agg
Type: VDS.RDF.Query.AggregatesISparqlAggregate
SPARQL Aggregate.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.SparqlFormatter.FormatAggregate(VDS.RDF.Query.Aggregates.ISparqlAggregate)"]

See Also