Click or drag to resize

SparqlResultSet Methods

The SparqlResultSet type exposes the following members.

Methods
  NameDescription
Public methodDispose
Disposes of a Result Set.
Public methodEquals
Determines whether two Result Sets are equal.
(Overrides ObjectEquals(Object).)
Public methodGetEnumerator
Gets an Enumerator for the Results List.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Gets the data for serialization.
Public methodGetSchema
Gets the schema for XML serialization.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadXml
Reads the data for XML deserialization (.Net serialization not the official SPARQL results serialization).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToTripleCollection(IGraph)
Converts a Result Set into a Triple Collection.
Public methodToTripleCollection(IGraph, String, String, String)
Converts a Result Set into a Triple Collection.
Public methodTrim
Trims the Result Set to remove unbound variables from results.
Public methodWriteXml
Writes the data for XML serialization (.Net serialization not the official SPARQL results serialization).
Top
Extension Methods
  NameDescription
Public Extension MethodAsDynamic
Dynamically wraps a SPARQL result set.
(Defined by DynamicExtensions.)
Public Extension MethodIsDisjointSparqlResult
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.)
Top
See Also