SparqlResultIsGroundResult Property  | 
 
            Gets whether a Result is a Ground Result.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic bool IsGroundResult { get; }Public ReadOnly Property IsGroundResult As Boolean
	Get
Property Value
Type: 
Boolean
Remarks
            A Ground Result is a result which is considered to be a fixed fact.  In practise this means it contains no Blank Nodes.
            
See Also