Click or drag to resize

IDistinctAggregateBuilderSum Method (String)

Creates a SUM aggregate.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
AggregateExpression Sum(
	string variable
)

Parameters

variable
Type: SystemString

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

Return Value

Type: AggregateExpression

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

See Also