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