Click or drag to resize

BaseQuadDatasetContainsQuad Method

Gets whether a Triple exists in a specific Graph of the dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract bool ContainsQuad(
	Uri graphUri,
	Triple t
)

Parameters

graphUri
Type: SystemUri
Graph URI.
t
Type: VDS.RDFTriple
Triple.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseQuadDataset.ContainsQuad(System.Uri,VDS.RDF.Triple)"]

See Also