DynamicSubjectCollectionTRemove Method (T) |
Retracts statements with subject and given predicate and object.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Remove(
T subject
)
Public Function Remove (
subject As T
) As Boolean
Parameters
- subject
- Type: T
The subject to retract.
Return Value
Type:
BooleanWhether any statements were retracted.
Implements
ICollectionTRemove(T)See Also