GraphAssert Method (Triple) |
Asserts a Triple in the Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override bool Assert(
Triple t
)
Public Overrides Function Assert (
t As Triple
) As Boolean
Parameters
- t
- Type: VDS.RDFTriple
The Triple to add to the Graph.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Graph.Assert(VDS.RDF.Triple)"]
Implements
IGraphAssert(Triple)See Also