FileGraphPersistenceWrapper Constructor (IGraph, String) |
Creates a new File Graph Persistence Wrapper around the given Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public FileGraphPersistenceWrapper(
IGraph g,
string filename
)
Public Sub New (
g As IGraph,
filename As String
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph. - filename
- Type: SystemString
File to persist to.
See Also