Click or drag to resize

InMemoryDatasetGetTriplesWithSubjectInternal Method

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

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

Parameters

subj
Type: VDS.RDFINode
Subject.

Return Value

Type: IEnumerableTriple

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

See Also