Click or drag to resize

IDistinctAggregateBuilder.Count Method

Overload List
  NameDescription
Public methodCount()
Creates a COUNT(*) aggregate.
Public methodCount(String)
Creates a COUNT aggregate.
Public methodCount(SparqlExpression)
Creates a COUNT aggregate.
Public methodCount(SparqlVariable)
Creates a COUNT aggregate.
Public methodCount(VariableTerm)
Creates a COUNT aggregate.
Top
See Also