Show / Hide Table of Contents

Class SparqlResultSetExtensions

Extends SparqlResultSet with a method to retrieve the results as a System.Data.DataTable
Inheritance
System.Object
SparqlResultSetExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Data.DataTables
Assembly: dotNetRDF.Data.DataTables.dll
Syntax
public static class SparqlResultSetExtensions

Methods

| Improve this Doc 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 System.Data.DataRow)
Declaration
public static DataTable ToDataTable(this SparqlResultSet results)
Parameters
Type Name Description
SparqlResultSet results SPARQL Result Set
Returns
Type Description
System.Data.DataTable
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • ToDataTable(SparqlResultSet)
Back to top Generated by DocFX