BaseDatasetGetTriplesWithPredicateInternal Method |
Gets all the Triples in the Dataset with the given Predicate.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected abstract IEnumerable<Triple> GetTriplesWithPredicateInternal(
INode pred
)
Protected MustOverride Function GetTriplesWithPredicateInternal (
pred As INode
) As IEnumerable(Of Triple)
Parameters
- pred
- Type: VDS.RDFINode
Predicate.
Return Value
Type:
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseDataset.GetTriplesWithPredicateInternal(VDS.RDF.INode)"]
See Also