Show / Hide Table of Contents

Class SparqlResultFactory

Inheritance
object
SparqlResultFactory
Implements
ISparqlResultFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public class SparqlResultFactory : ISparqlResultFactory

Methods

| Edit this page View Source

MakeResult(ISet)

Create a SPARQL result row from a single set of variable bindings.

Declaration
public ISparqlResult MakeResult(ISet bindings)
Parameters
Type Name Description
ISet bindings

The variable bindings to be converted / wrapped as a ISparqlResult.

Returns
Type Description
ISparqlResult

The ISparqlResult instance that represents the row.

| Edit this page View Source

MakeResult(ISet, IEnumerable<string>)

Create a SPARQL result row from a subset of variable bindings.

Declaration
public ISparqlResult MakeResult(ISet bindings, IEnumerable<string> variables)
Parameters
Type Name Description
ISet bindings

The variable bindings.

IEnumerable<string> variables

The variables to be included in the generated ISparqlResult.

Returns
Type Description
ISparqlResult

The <see cref="ISparqlResult"/> instance that represents the row.

Implements

ISparqlResultFactory

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • MakeResult(ISet)
    • MakeResult(ISet, IEnumerable<string>)
  • Implements
  • Extension Methods
Back to top Generated by DocFX