An enumeration of the forms of SPARQL result supported by BrightstarDB

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class SparqlResultsFormat : FormatInfo
Visual Basic
Public Class SparqlResultsFormat
	Inherits FormatInfo
Visual C++
public ref class SparqlResultsFormat : public FormatInfo
F#
type SparqlResultsFormat =  
    class
        inherit FormatInfo
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB..::..FormatInfo
    BrightstarDB..::..SparqlResultsFormat

See Also