Click or drag to resize

SparqlResult Properties

The SparqlResult type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of Variables for which this Result contains Bindings.
Public propertyIsGroundResult
Gets whether a Result is a Ground Result.
Public propertyItem[Int32]
Gets the Value that is bound at the given Index.
Public propertyItem[String]
Gets the Value that is bound to the given Variable.
Public propertyVariables
Gets the set of Variables that are bound in this Result.
Top
See Also