Click or drag to resize

SubTreeIndexedTripleCollection.WithObject Method

Gets all the triples with a given object.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IEnumerable<Triple> WithObject(
	INode obj
)

Parameters

obj
Type: VDS.RDF.INode
Object.

Return Value

Type: IEnumerable<Triple>

[Missing <returns> documentation for "M:VDS.RDF.SubTreeIndexedTripleCollection.WithObject(VDS.RDF.INode)"]

See Also