TripleStorePersistenceAction Constructor (GraphPersistenceAction) |
Creates a new persistence action that pertains to a Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public TripleStorePersistenceAction(
GraphPersistenceAction graphAction
)
Public Sub New (
graphAction As GraphPersistenceAction
)
Parameters
- graphAction
- Type: VDS.RDFGraphPersistenceAction
Graph Action.
See Also