FileGraphPersistenceWrapper Constructor (String) |
Creates a new File Graph Persistence Wrapper around a new emtpy Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public FileGraphPersistenceWrapper(
string filename
)
Public Sub New (
filename As String
)
Parameters
- filename
- Type: SystemString
File to persist to.
Remarks
If the given file already exists then the Graph will be loaded from that file.
See Also