HavingHavingClause Property |
Gets the HAVING clause used.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ISparqlFilter HavingClause { get; }
Public ReadOnly Property HavingClause As ISparqlFilter
Get
Property Value
Type:
ISparqlFilterRemarks
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