Show / Hide Table of Contents

Class AggregateExpression

Represents a SPARQL aggregate.
Inheritance
System.Object
PrimaryExpression<ISparqlAggregate>
AggregateExpression
Inherited Members
PrimaryExpression<ISparqlAggregate>.Expression
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Builder.Expressions
Assembly: dotNetRDF.dll
Syntax
public class AggregateExpression : PrimaryExpression<ISparqlAggregate>

Constructors

| Improve this Doc View Source

AggregateExpression(ISparqlAggregate)

Initializes a new instance of the AggregateExpression class.
Declaration
public AggregateExpression(ISparqlAggregate expression)
Parameters
Type Name Description
ISparqlAggregate expression

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AggregateExpression(ISparqlAggregate)
  • Extension Methods
Back to top Generated by DocFX