Click or drag to resize

HavingHavingClause Property

Gets the HAVING clause used.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlFilter HavingClause { get; }

Property Value

Type: ISparqlFilter
Remarks
If the Query supplied in the SparqlEvaluationContext is non-null and has a HAVING clause then that is applied rather than the clause with which the Having algebra is instantiated.
See Also