BaseTripleCollectionAdd Method |
Adds a Triple to the Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected abstract bool Add(
Triple t
)
Protected MustOverride Function Add (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDFTriple
Triple to add.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.BaseTripleCollection.Add(VDS.RDF.Triple)"]
Remarks Adding a Triple that already exists should be permitted though it is not necessary to persist the duplicate to underlying storage.
See Also