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; }
Public ReadOnly Property GraphVariable As String
Get
Property Value
Type:
StringRemarks
If the Query supplied in the
SparqlEvaluationContext is non-null then the Variable Name from the Query is used rather than this.
See Also