Class PrimaryExpression<TExpression>
Represents a SPARQL expression (variable, function, operator, term or aggregate).
Inherited Members
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 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 |