Click or drag to resize

InMemoryDatasetGetTriplesWithObjectInternal Method

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

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

Parameters

obj
Type: VDS.RDFINode
Object.

Return Value

Type: IEnumerableTriple

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

See Also