TriplePersistenceAction Constructor (Triple, Boolean) |
Creates a new Triple Persistence Action (an insertion/deletion).
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public TriplePersistenceAction(
Triple t,
bool toDelete
)
Public Sub New (
t As Triple,
toDelete As Boolean
)
Parameters
- t
- Type: VDS.RDFTriple
Triple to persist. - toDelete
- Type: SystemBoolean
Whether the Triple is to be deleted.
See Also