Show / Hide Table of Contents

Enum SparqlExpressionType

SPARQL Expression Types.

Namespace: VDS.RDF.Query.Expressions
Assembly: dotNetRdf.dll
Syntax
public enum SparqlExpressionType

Fields

Name Description
Aggregate

The Expression is an Aggregate Function which has one/more arguments

BinaryOperator

The Expression is a Binary Operator which has two arguments

Function

The Expression is a Function which has zero/more arguments

GraphOperator

The Expression is a Unary Operator that applies to a Graph Pattern

Primary

The Expression is a Primary Expression which is a leaf in the expression tree

SetOperator

The Expression is a Set Operator where the first argument forms the LHS and all remaining arguments form a set on the RHS

UnaryOperator

The Expression is a Unary Operator which has a single argument

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<SparqlExpressionType>(SparqlExpressionType)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX