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
)
Public Sub UnsetVariable (
name As String
)
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