Click or drag to resize

IDistinctAggregateBuilderCount Method (String)

Creates a COUNT aggregate.

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

Parameters

variable
Type: SystemString

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

Return Value

Type: AggregateExpression

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

See Also