DynamicSparqlResult Properties |
The DynamicSparqlResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of variables in the result.
| |
| IsReadOnly |
Gets a value indicating whether this SPARQL result dictionary is read only (always false).
| |
| Item |
Gets or sets values equivalent to bindings in the result.
| |
| Keys |
Gets the variable names in the SPARQL result.
| |
| Values |
Gets native values equivalent to bindings in the result.
|