SparqlResult Properties |
The SparqlResult type exposes the following members.
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.
|