Click or drag to resize

StringJoinFunction Constructor

Creates a new ARQ String Join function.

Namespace:  VDS.RDF.Query.Expressions.Functions.Arq
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public StringJoinFunction(
	ISparqlExpression sepExpr,
	IEnumerable<ISparqlExpression> expressions
)

Parameters

sepExpr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Separator Expression.
expressions
Type: System.Collections.GenericIEnumerableISparqlExpression
Expressions to concatentate.
See Also