SparqlResultVariables Property  | 
 
            Gets the set of Variables that are bound in this Result.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<string> Variables { get; }Public ReadOnly Property Variables As IEnumerable(Of String)
	Get
Property Value
Type: 
IEnumerableString
See Also