Click or drag to resize

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; }

Property Value

Type: IEnumerableString
Remarks
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