Click or drag to resize

DynamicSparqlResult Properties

The DynamicSparqlResult type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of variables in the result.
Public propertyIsReadOnly
Gets a value indicating whether this SPARQL result dictionary is read only (always false).
Public propertyItem
Gets or sets values equivalent to bindings in the result.
Public propertyKeys
Gets the variable names in the SPARQL result.
Public propertyValues
Gets native values equivalent to bindings in the result.
Top
See Also