Click or drag to resize

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
)

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: Boolean
Whether any statements were retracted.
See Also