Show / Hide Table of Contents

Enum SparqlResultsType

Represents the type of the SPARQL Results Set.

Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public enum SparqlResultsType

Fields

Name Description
Boolean

The Result Set represents a Boolean Result

Unknown

The Result Set represents an unknown result i.e. it has yet to be filled with Results

VariableBindings

The Result Set represents a set of Variable Bindings

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<SparqlResultsType>(SparqlResultsType)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX