Show / Hide Table of Contents

Class PrimaryExpression<TExpression>

Represents a SPARQL expression (variable, function, operator, term or aggregate).

Inheritance
object
PrimaryExpression<TExpression>
AggregateExpression
SparqlExpression
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

| Edit this page View Source

Expression

The undelrying expression.

Declaration
public TExpression Expression { get; set; }
Property Value
Type Description
TExpression

Extension Methods

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