Removes a Value for a Variable from the Set.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid Remove(
string variable
)
Sub Remove (
variable As String
)
Parameters
- variable
- Type: System.String
Variable.
See Also