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