InMemoryQuadDatasetAddQuad Method |
Adds a quad to the dataset.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override bool AddQuad(
Uri graphUri,
Triple t
)
Protected Overrides Function AddQuad (
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.InMemoryQuadDataset.AddQuad(System.Uri,VDS.RDF.Triple)"]
See Also