Click or drag to resize

SparqlUpdateParserContext.DataBNodes Property

Gets the set of BNodes used in INSERT DATA commands so far.

Namespace:  VDS.RDF.Parsing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public HashSet<string> DataBNodes { get; }

Property Value

Type: HashSet<String>
See Also