Interface IAggregateBuilder
Provides methods for creating aggregates expressions.
Assembly: dotNetRDF.dll
Syntax
public interface IAggregateBuilder : IDistinctAggregateBuilder
Properties
|
Improve this Doc
View Source
Distinct
Gets a builder which builds a DISTINCT aggregate.
Declaration
IDistinctAggregateBuilder Distinct { get; }
Property Value
Methods
|
Improve this Doc
View Source
Sample(String)
Creates a SAMPLE aggregate.
Declaration
AggregateExpression Sample(string variable)
Parameters
Type |
Name |
Description |
System.String |
variable |
|
Returns
|
Improve this Doc
View Source
Sample(SparqlExpression)
Creates a SAMPLE aggregate.
Declaration
AggregateExpression Sample(SparqlExpression expression)
Parameters
Returns
|
Improve this Doc
View Source
Sample(VariableTerm)
Creates a SAMPLE aggregate.
Declaration
AggregateExpression Sample(VariableTerm variable)
Parameters
Returns
Extension Methods