Click or drag to resize

DynamicGraphRemove Method (INode, Object)

Retracts statements equivalent to the parameters.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Remove(
	INode subject,
	Object predicateAndObjects
)

Parameters

subject
Type: VDS.RDFINode
The subject to retract.
predicateAndObjects
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