BaseQuadDatasetGetQuadsWithObject Method |
Gets all the Triples with a given object from a specific graph of the dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected abstract IEnumerable<Triple> GetQuadsWithObject(
Uri graphUri,
INode obj
)
Protected MustOverride Function GetQuadsWithObject (
graphUri As Uri,
obj As INode
) As IEnumerable(Of Triple)
Parameters
- graphUri
- Type: SystemUri
Graph URI. - obj
- Type: VDS.RDFINode
Object.
Return Value
Type:
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseQuadDataset.GetQuadsWithObject(System.Uri,VDS.RDF.INode)"]
See Also