Click or drag to resize

SparqlParameterizedStringNamespaces Property

Gets/Sets the Namespace Map that is used to prepend PREFIX declarations to the command.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public INamespaceMapper Namespaces { get; set; }

Property Value

Type: INamespaceMapper
See Also