Click or drag to resize

BaseDatasetGetTriplesWithObject 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.RDFINode
Object.

Return Value

Type: IEnumerableTriple

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

Implements

ISparqlDatasetGetTriplesWithObject(INode)
See Also