dotNetRDF API Documentation

SparqlResultSet Members

SparqlResultSet overview

Public Static Type Conversions

Explicit to Conversion Casts a SPARQL Result Set to a DataTable with all Columns typed as INode (Results with unbound variables will have nulls in the appropriate columns of their DataRow)

Public Instance Constructors

SparqlResultSet Overloaded. Initializes a new instance of the SparqlResultSet class.

Public Instance Properties

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

Public Instance Methods

Dispose Disposes of a Result Set
Equals Determines whether two Result Sets are equal
GetEnumerator Gets an Enumerator for the Results List
GetHashCode (inherited from Object)
GetObjectData Gets the data for serialization
GetSchema Gets the schema for XML serialization
GetType (inherited from Object)
ReadXml Reads the data for XML deserialization (.Net serialization not the official SPARQL results serialization)
ToString (inherited from Object)
ToTripleCollectionOverloaded. 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)

Protected Instance Methods

AddResult Adds a Result to the Result Set
AddVariable Adds a Variable to the Result Set
Finalize (inherited from Object)
MemberwiseClone (inherited from Object)
SetResult Sets the Boolean Result for the Result Set

Explicit Interface Implementations

IEnumerable.GetEnumerator Gets an Enumerator for the Results List

See Also

SparqlResultSet Class | VDS.RDF.Query Namespace