Click or drag to resize

NoneAggregate Class

A Custom aggregate which requires the Expression to evaluate to false/error for all Sets in the Group.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.AggregatesBaseAggregate
    VDS.RDF.Query.Aggregates.LeviathanNoneAggregate

Namespace:  VDS.RDF.Query.Aggregates.Leviathan
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class NoneAggregate : BaseAggregate

The NoneAggregate type exposes the following members.

Constructors
  NameDescription
Public methodNoneAggregate(ISparqlExpression)
Creates a new None Aggregate.
Public methodNoneAggregate(ISparqlExpression, Boolean)
Creates a new None Aggregate.
Top
Properties
  NameDescription
Public propertyArguments
Gets the Arguments of the Expression.
(Inherited from BaseAggregate.)
Public propertyExpression
Expression that the Aggregate executes over.
(Inherited from BaseAggregate.)
Public propertyFunctor
Gets the Functor of the Aggregate.
(Overrides BaseAggregateFunctor.)
Public propertyType
Gets the Type of the Expression.
(Inherited from BaseAggregate.)
Top
Methods
  NameDescription
Public methodApply(SparqlEvaluationContext)
Applies the Aggregate to the Result Binder.
(Inherited from BaseAggregate.)
Public methodApply(SparqlEvaluationContext, IEnumerableInt32)
Applies the Aggregate to see if the expression evaluates false/error for every member of the Group.
(Overrides BaseAggregateApply(SparqlEvaluationContext, IEnumerableInt32).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the String Representation of the Aggregate.
(Overrides BaseAggregateToString.)
Top
Fields
  NameDescription
Protected field_distinct
Whether a DISTINCT modifer is applied.
(Inherited from BaseAggregate.)
Protected field_expr
Expression that the aggregate operates over.
(Inherited from BaseAggregate.)
Top
See Also