Show / Hide Table of Contents

Interface IResultSetFormatter

Interface for formatters designed to format entire SPARQL Result Sets.
Inherited Members
IResultFormatter.Format(SparqlResult)
IResultFormatter.FormatBooleanResult(Boolean)
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRDF.dll
Syntax
public interface IResultSetFormatter : IResultFormatter

Methods

| Improve this Doc View Source

FormatResultSetFooter()

Generates a footer section.
Declaration
string FormatResultSetFooter()
Returns
Type Description
System.String
| Improve this Doc View Source

FormatResultSetHeader()

Generates a header section assuming no variables.
Declaration
string FormatResultSetHeader()
Returns
Type Description
System.String
| Improve this Doc View Source

FormatResultSetHeader(IEnumerable<String>)

Generates a header section using the given variables.
Declaration
string FormatResultSetHeader(IEnumerable<string> variables)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> variables Variables.
Returns
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • FormatResultSetFooter()
    • FormatResultSetHeader()
    • FormatResultSetHeader(IEnumerable<String>)
  • Extension Methods
Back to top Generated by DocFX