Show / Hide Table of Contents

Enum SparqlConnectorLoadMethod

Controls how the SparqlConnector loads Graphs from the Endpoint.

Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public enum SparqlConnectorLoadMethod

Fields

Name Description
Construct

Graphs are loaded by issuing a CONSTRUCT FROM query using the Graph URI

Describe

Graphs are loaded by issuing a DESCRIBE query using the Graph URI

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<SparqlConnectorLoadMethod>(SparqlConnectorLoadMethod)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX