Click or drag to resize

SparqlExpressionType Enumeration

SPARQL Expression Types.

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum SparqlExpressionType
Members
  Member nameValueDescription
Primary0 The Expression is a Primary Expression which is a leaf in the expression tree
UnaryOperator1 The Expression is a Unary Operator which has a single argument
BinaryOperator2 The Expression is a Binary Operator which has two arguments
Function3 The Expression is a Function which has zero/more arguments
Aggregate4 The Expression is an Aggregate Function which has one/more arguments
SetOperator5 The Expression is a Set Operator where the first argument forms the LHS and all remaining arguments form a set on the RHS
GraphOperator6 The Expression is a Unary Operator that applies to a Graph Pattern
See Also