Click or drag to resize

InMemoryQuadDatasetGetQuadsWithPredicate Method

Gets all Quads with a given predicate.

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

Parameters

graphUri
Type: SystemUri
Graph URI.
pred
Type: VDS.RDFINode
Predicate.

Return Value

Type: IEnumerableTriple

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

See Also