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