Click or drag to resize

IDistinctAggregateBuilderGroupConcat Method (String, String)

Creates a GROUP_CONCAT aggregate.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
AggregateExpression GroupConcat(
	string variable,
	string separator = ""
)

Parameters

variable
Type: SystemString

[Missing <param name="variable"/> documentation for "M:VDS.RDF.Query.Builder.IDistinctAggregateBuilder.GroupConcat(System.String,System.String)"]

separator (Optional)
Type: SystemString

[Missing <param name="separator"/> documentation for "M:VDS.RDF.Query.Builder.IDistinctAggregateBuilder.GroupConcat(System.String,System.String)"]

Return Value

Type: AggregateExpression

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.IDistinctAggregateBuilder.GroupConcat(System.String,System.String)"]

See Also