Click or drag to resize

InMemoryQuadDataset.GetQuadsWithObject Method

Gets all Quads with a given object.

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

Parameters

graphUri
Type: System.Uri
Graph URI.
obj
Type: VDS.RDF.INode
Object.

Return Value

Type: IEnumerable<Triple>

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.InMemoryQuadDataset.GetQuadsWithObject(System.Uri,VDS.RDF.INode)"]

See Also