Click or drag to resize

MimeTypesHelperGetSparqlParser Method (IEnumerableString, Boolean)

Selects a SPARQL Parser based on the MIME types.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static ISparqlResultsReader GetSparqlParser(
	IEnumerable<string> ctypes,
	bool allowPlainTextResults
)

Parameters

ctypes
Type: System.Collections.GenericIEnumerableString
MIME Types.
allowPlainTextResults
Type: SystemBoolean
Whether to allow for plain text results.

Return Value

Type: ISparqlResultsReader

[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetSparqlParser(System.Collections.Generic.IEnumerable{System.String},System.Boolean)"]

See Also