Click or drag to resize

SparqlParameterizedStringUnsetVariable Method

Removes a previously set value for a Variable.

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

Parameters

name
Type: SystemString
Variable Name.
Remarks
May be useful if you have a skeleton query/update into which you sometimes substitute values for variables but don't always do so.
See Also