Class PrimaryExpression<TExpression>
Represents a SPARQL expression (variable, function, operator, term or aggregate).
Inherited Members
Namespace: VDS.RDF.Query.Builder.Expressions
Assembly: dotNetRdf.dll
Syntax
public abstract class PrimaryExpression<TExpression>
Type Parameters
| Name | Description |
|---|---|
| TExpression |
Properties
| Edit this page View SourceExpression
The undelrying expression.
Declaration
public TExpression Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| TExpression |