SparqlResult Methods | 
The SparqlResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | 
            Override of the Equals method for Results.
              (Overrides ObjectEquals(Object).) | |
| GetEnumerator | 
            Enumerates the Bindings of Variable Names to Values in this Result.
              | |
| GetHashCode | 
            Override of the GetHashCode method for Results.
              (Overrides ObjectGetHashCode.) | |
| GetObjectData | 
            Gets the data for serialization.
              | |
| GetSchema | 
            Gets the schema for XML serialization.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| HasBoundValue | 
            Checks whether a given Variable has a non-null value for this result.
              | |
| HasValue | 
            Checks whether a given Variable has a value (which may be null) for this result.
              | |
| ReadXml | 
            Reads the data for XML deserialization (.Net serialization not the official SPARQL results serialization).
              | |
| ToString | 
            Displays the Result as a comma separated string of pairs of the form ?var = value.
              (Overrides ObjectToString.) | |
| ToString(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.
              | |
| Trim | 
            Removes all Variables Bindings where the Variable is Unbound.
              | |
| TryGetBoundValue | 
            Tries to get a non-null value for the variable.
              | |
| TryGetValue | 
            Tries to get a value (which may be null) for the variable.
              | |
| Value | 
            Gets the Value that is bound to the given Variable.
              | |
| WriteXml | 
            Writes the data for XML serialization (.Net serialization not the official SPARQL results serialization).
              | 
| Name | Description | |
|---|---|---|
| AsDynamic | 
            Dynamically wraps a SPARQL result.
              (Defined by DynamicExtensions.) | |
| IsDisjointKeyValuePairString, INode | 
            Determines whether the contents of two enumerables are disjoint.
              (Defined by Extensions.) |