Click or drag to resize

SelectDistinctGraphsGraphVariable Property

Gets the Graph Variable to which Graph URIs are bound.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public string GraphVariable { get; }

Property Value

Type: String
Remarks
If the Query supplied in the SparqlEvaluationContext is non-null then the Variable Name from the Query is used rather than this.
See Also