Click or drag to resize

IResultSetFormatter Methods

The IResultSetFormatter type exposes the following members.

Methods
  NameDescription
Public methodFormat
Formats a SPARQL Result as a String.
(Inherited from IResultFormatter.)
Public methodFormatBooleanResult
Formats a Boolean Result as a String.
(Inherited from IResultFormatter.)
Public methodFormatResultSetFooter
Generates a footer section.
Public methodFormatResultSetHeader
Generates a header section assuming no variables.
Public methodFormatResultSetHeader(IEnumerableString)
Generates a header section using the given variables.
Top
See Also