Show / Hide Table of Contents

Class SparqlResultSetExtensions

Extends SparqlResultSet with a method to retrieve the results as a DataTable

Inheritance
object
SparqlResultSetExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Data.DataTables
Assembly: dotNetRdf.Data.DataTables.dll
Syntax
public static class SparqlResultSetExtensions

Methods

| Edit this page View Source

ToDataTable(SparqlResultSet)

Casts a SPARQL Result Set to a DataTable with all Columns typed as INode (Results with unbound variables will have nulls in the appropriate columns of their DataRow)

Declaration
public static DataTable ToDataTable(this SparqlResultSet results)
Parameters
Type Name Description
SparqlResultSet results

SPARQL Result Set

Returns
Type Description
DataTable
  • Edit this page
  • View Source
In this article
  • Methods
    • ToDataTable(SparqlResultSet)
Back to top Generated by DocFX