SparqlResult Class |
Namespace: VDS.RDF.Query
The SparqlResult type exposes the following members.
Name | Description | |
---|---|---|
SparqlResult |
Creates a new empty SPARQL Result which can only be filled by methods internal to the dotNetRDF Library.
| |
SparqlResult(ISet) |
Creates a new SPARQL Result from the given Set.
| |
SparqlResult(ISet, IEnumerableString) |
Creates a new SPARQL Result from the given Set which contains only the given variables in the given order.
|
Name | Description | |
---|---|---|
Count |
Gets the number of Variables for which this Result contains Bindings.
| |
IsGroundResult |
Gets whether a Result is a Ground Result.
| |
ItemInt32 |
Gets the Value that is bound at the given Index.
| |
ItemString |
Gets the Value that is bound to the given Variable.
| |
Variables |
Gets the set of Variables that are bound in this Result.
|
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.) |