Interface ISparqlDescribeContext
Defines the processing context interface for an ISparqlDescribe implementation.
Namespace: VDS.RDF.Query.Describe
Assembly: dotNetRdf.dll
Syntax
public interface ISparqlDescribeContext
  Properties
| Edit this page View SourceQuery
Get the SPARQL query being executed.
Declaration
SparqlQuery Query { get; }
  Property Value
| Type | Description | 
|---|---|
| SparqlQuery | 
TripleIndex
Get the index that provides access to the underlying data being queried.
Declaration
ITripleIndex TripleIndex { get; }
  Property Value
| Type | Description | 
|---|---|
| ITripleIndex | 
Methods
| Edit this page View SourceGetNodes(INodeFactory)
Get the nodes to be described.
Declaration
IEnumerable<INode> GetNodes(INodeFactory nodeFactory)
  Parameters
| Type | Name | Description | 
|---|---|---|
| INodeFactory | nodeFactory | 
Returns
| Type | Description | 
|---|---|
| IEnumerable<INode> |