Click or drag to resize

InMemoryQuadDataset.GetQuadsWithPredicate 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: System.Uri
Graph URI.
pred
Type: VDS.RDF.INode
Predicate.

Return Value

Type: IEnumerable<Triple>

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

See Also