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 propertyItemInt32
Gets the Value that is bound at the given Index.
Public propertyItemString
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