An enumeration of the forms of SPARQL result supported by BrightstarDB
            
Namespace: BrightstarDBAssembly: 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  |