Click or drag to resize

SparqlParameterizedStringSetBlankNode Method (String, String)

Sets the Parameter to be a Blank Node with the given ID.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void SetBlankNode(
	string name,
	string value
)

Parameters

name
Type: SystemString
Parameter.
value
Type: SystemString
Node ID.
Remarks
Only guarantees that the Blank Node ID will not clash with any other Blank Nodes added by other calls to this method or it's overload which generates anonymous Blank Nodes. If the base query text into which you are inserting parameters contains Blank Nodes then the IDs generated here may clash with those IDs.
See Also