SparqlResultSetVariables Property |
Gets the Variables used in the Result Set.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<string> Variables { get; }
Public ReadOnly Property Variables As IEnumerable(Of String)
Get
Property Value
Type:
IEnumerableStringRemarks
As of 1.0 where possible dotNetRDF tries to preserve the ordering of variables however this may not be possible depending on where the result set originates from or how it is populated.
See Also