Click or drag to resize

BaseDataset.GetTriplesWithObject Method

Gets all the Triples in the Dataset with the given Object.

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

Parameters

obj
Type: VDS.RDF.INode
Object.

Return Value

Type: IEnumerable<Triple>

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseDataset.GetTriplesWithObject(VDS.RDF.INode)"]

Implements

ISparqlDataset.GetTriplesWithObject(INode)
See Also