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