DynamicNodeRemove Method (String, Object) |
Retracts statements with this subject, predicate equivalent to predicate and objects equivalent to objects.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Remove(
string predicate,
Object objects
)
Public Function Remove (
predicate As String,
objects As Object
) As Boolean
Parameters
- predicate
- Type: SystemString
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