SparqlResultSet Class |
Namespace: VDS.RDF.Query
The SparqlResultSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | SparqlResultSet() |
Creates an Empty Sparql Result Set.
|
![]() | SparqlResultSet(Boolean) |
Creates a Sparql Result Set for the Results of an ASK Query with the given Result value.
|
![]() | SparqlResultSet(SparqlEvaluationContext) |
Creates a SPARQL Result Set for the Results of a Query with the Leviathan Engine.
|
![]() | SparqlResultSet(IEnumerable<SparqlResult>) |
Creates a Sparql Result Set for the collection of results.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of Results in the Result Set.
|
![]() | IsEmpty |
Gets whether the Result Set is empty and can have Results loaded into it.
|
![]() | Item |
Index directly into the Results.
|
![]() | Result |
Gets the Result of an ASK Query.
|
![]() | Results |
Gets the List of Results.
|
![]() | ResultsType |
Gets the Type of the Results Set.
|
![]() | Variables |
Gets the Variables used in the Result Set.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Disposes of a Result Set.
|
![]() | Equals |
Determines whether two Result Sets are equal.
(Overrides Object.Equals(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.) |
![]() | IsDisjoint<SparqlResult> |
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.) |