Click or drag to resize

SparqlResultSet Properties

The SparqlResultSet type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of Results in the Result Set.
Public propertyIsEmpty
Gets whether the Result Set is empty and can have Results loaded into it.
Public propertyItem
Index directly into the Results.
Public propertyResult
Gets the Result of an ASK Query.
Public propertyResults
Gets the List of Results.
Public propertyResultsType
Gets the Type of the Results Set.
Public propertyVariables
Gets the Variables used in the Result Set.
Top
See Also