Represents the results of running a SPARQL query against a Brightstar store

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

Syntax

C#
public class SparqlResult : IDisposable
Visual Basic
Public Class SparqlResult
	Implements IDisposable
Visual C++
public ref class SparqlResult : IDisposable
F#
type SparqlResult =  
    class
        interface IDisposable
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Client..::..SparqlResult

See Also