BaseQuadDatasetRemoveQuad Method |
Removes a Quad from the Dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected abstract bool RemoveQuad(
Uri graphUri,
Triple t
)
Protected MustOverride Function RemoveQuad (
graphUri As Uri,
t As Triple
) As Boolean
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.RemoveQuad(System.Uri,VDS.RDF.Triple)"]
See Also