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