Click or drag to resize

SparqlVariable Class

Class of Sparql Variables.
Inheritance Hierarchy
SystemObject
  VDS.RDF.QuerySparqlVariable

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class SparqlVariable

The SparqlVariable type exposes the following members.

Constructors
  NameDescription
Public methodSparqlVariable(String)
Creates a new Sparql Variable.
Public methodSparqlVariable(String, Boolean)
Creates a new Sparql Variable.
Public methodSparqlVariable(String, ISparqlAggregate)
Creates a new Sparql Variable which is an Aggregate.
Public methodSparqlVariable(String, ISparqlExpression)
Creates a new Sparql Variable which is a Projection Expression.
Top
Properties
  NameDescription
Public propertyAggregate
Gets the Aggregate Function for this Variable.
Public propertyIsAggregate
Gets whether the Variable is an Aggregate.
Public propertyIsProjection
Gets whether the Variable is a Projection Expression.
Public propertyIsResultVariable
Gets whether the Variable appears in the Result Set.
Public propertyName
Variable Name.
Public propertyProjection
Gets the Projection Expression for this Variable.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Get the String representation of the Variable.
(Overrides ObjectToString.)
Top
See Also