Click or drag to resize

StringJoinAggregateValueInternal Method

Gets the value of a member of the Group for concatenating as part of the result for the Group.

Namespace:  VDS.RDF.Query.Aggregates.XPath
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual string ValueInternal(
	SparqlEvaluationContext context,
	int bindingID
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.
bindingID
Type: SystemInt32
Binding ID.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Query.Aggregates.XPath.StringJoinAggregate.ValueInternal(VDS.RDF.Query.SparqlEvaluationContext,System.Int32)"]

See Also