Show / Hide Table of Contents

Delegate SparqlRemoteEndpoint.AsyncQueryWithResultGraph

Delegate for making a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
Namespace: VDS.RDF.Query
Assembly: dotNetRDF.dll
Syntax
public delegate IGraph AsyncQueryWithResultGraph(string sparqlQuery);
Parameters
Type Name Description
System.String sparqlQuery Sparql Query String.
Returns
Type Description
IGraph RDF Graph.
Remarks
Allows for implementation of asynchronous querying.

Extension Methods

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