SparqlResultSet Methods |
The SparqlResultSet type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Disposes of a Result Set.
| |
| Equals |
Determines whether two Result Sets are equal.
(Overrides ObjectEquals(Object).) | |
| GetEnumerator |
Gets an Enumerator for the Results List.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
Gets the data for serialization.
| |
| GetSchema |
Gets the schema for XML serialization.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ReadXml |
Reads the data for XML deserialization (.Net serialization not the official SPARQL results serialization).
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ToTripleCollection(IGraph) |
Converts a Result Set into a Triple Collection.
| |
| ToTripleCollection(IGraph, String, String, String) |
Converts a Result Set into a Triple Collection.
| |
| Trim |
Trims the Result Set to remove unbound variables from results.
| |
| WriteXml |
Writes the data for XML serialization (.Net serialization not the official SPARQL results serialization).
|
| Name | Description | |
|---|---|---|
| AsDynamic |
Dynamically wraps a SPARQL result set.
(Defined by DynamicExtensions.) | |
| IsDisjointSparqlResult |
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.) |