Click or drag to resize

SparqlResult Methods

The SparqlResult type exposes the following members.

Methods
  NameDescription
Public methodEquals
Override of the Equals method for Results.
(Overrides ObjectEquals(Object).)
Public methodGetEnumerator
Enumerates the Bindings of Variable Names to Values in this Result.
Public methodGetHashCode
Override of the GetHashCode method for Results.
(Overrides ObjectGetHashCode.)
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 methodHasBoundValue
Checks whether a given Variable has a non-null value for this result.
Public methodHasValue
Checks whether a given Variable has a value (which may be null) for this result.
Public methodReadXml
Reads the data for XML deserialization (.Net serialization not the official SPARQL results serialization).
Public methodToString
Displays the Result as a comma separated string of pairs of the form ?var = value.
(Overrides ObjectToString.)
Public methodToString(INodeFormatter)
Displays the Result as a comma separated string of paris of the form ?var = value where values are formatted using the given Node Formatter.
Public methodTrim
Removes all Variables Bindings where the Variable is Unbound.
Public methodTryGetBoundValue
Tries to get a non-null value for the variable.
Public methodTryGetValue
Tries to get a value (which may be null) for the variable.
Public methodValue
Gets the Value that is bound to the given Variable.
Public methodWriteXml
Writes the data for XML serialization (.Net serialization not the official SPARQL results serialization).
Top
Extension Methods
See Also