Click or drag to resize

StringJoinAggregate Constructor (ISparqlExpression)

Creates a new XPath String Join aggregate which uses no separator.

Namespace:  VDS.RDF.Query.Aggregates.XPath
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public StringJoinAggregate(
	ISparqlExpression expr
)

Parameters

expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression.
See Also