Click or drag to resize

SparqlVariable Properties

The SparqlVariable type exposes the following members.

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
See Also