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