Click or drag to resize

InMemoryDataset.GetTriplesWithSubjectInternal 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.RDF.INode
Subject.

Return Value

Type: IEnumerable<Triple>

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

See Also