DynamicNodeRemove Method (INode, Object) |
Retracts statements with this subject, predicate and objects equivalent to objects.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Remove(
INode predicate,
Object objects
)
Public Function Remove (
predicate As INode,
objects As Object
) As Boolean
Parameters
- predicate
- Type: VDS.RDFINode
The predicate to retract. - objects
- Type: SystemObject
An object with public properties or a dictionary representing predicates and objects to retract.
Return Value
Type:
BooleanWhether any statements were retracted.
See Also