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