Show / Hide Table of Contents

Interface IResultsParserContext

Interface for SPARQL Results Parser Contexts.
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface IResultsParserContext

Properties

| Improve this Doc View Source

Handler

Gets the SPARQL Results Handler to use.
Declaration
ISparqlResultsHandler Handler { get; }
Property Value
Type Description
ISparqlResultsHandler

Extension Methods

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