SparqlVariable Class |
Namespace: VDS.RDF.Query
The SparqlVariable type exposes the following members.
Name | Description | |
---|---|---|
![]() | SparqlVariable(String) |
Creates a new Sparql Variable.
|
![]() | SparqlVariable(String, Boolean) |
Creates a new Sparql Variable.
|
![]() | SparqlVariable(String, ISparqlAggregate) |
Creates a new Sparql Variable which is an Aggregate.
|
![]() | SparqlVariable(String, ISparqlExpression) |
Creates a new Sparql Variable which is a Projection Expression.
|
Name | Description | |
---|---|---|
![]() | Aggregate |
Gets the Aggregate Function for this Variable.
|
![]() | IsAggregate |
Gets whether the Variable is an Aggregate.
|
![]() | IsProjection |
Gets whether the Variable is a Projection Expression.
|
![]() | IsResultVariable |
Gets whether the Variable appears in the Result Set.
|
![]() | Name |
Variable Name.
|
![]() | Projection |
Gets the Projection Expression for this Variable.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Get the String representation of the Variable.
(Overrides ObjectToString.) |