BaseTripleCollectionWithObject Method |
Gets all the Triples with the given Object.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual IEnumerable<Triple> WithObject(
INode obj
)
Public Overridable Function WithObject (
obj As INode
) As IEnumerable(Of Triple)
Parameters
- obj
- Type: VDS.RDFINode
Object to lookup.
Return Value
Type:
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.BaseTripleCollection.WithObject(VDS.RDF.INode)"]
See Also