DynamicNodeRemove Method (Uri) |
Retracts statements with this subject and equivalent to predicate.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Remove(
Uri predicate
)
Public Function Remove (
predicate As Uri
) As Boolean
Parameters
- predicate
- Type: SystemUri
The predicate to retract.
Return Value
Type:
BooleanWhether any statements were retracted.
Implements
IDictionaryTKey, TValueRemove(TKey)See Also