Click or drag to resize

IStoreWriter Interface

Interface to be implemented by Triple Store Writers.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IStoreWriter

The IStoreWriter type exposes the following members.

Methods
  NameDescription
Public methodSave(ITripleStore, TextWriter)
Method for saving data to a Triple Store.
Public methodSave(ITripleStore, String)
Method for saving data to a Triple Store.
Public methodSave(ITripleStore, TextWriter, Boolean)
Method for saving data to a Triple Store.
Top
Events
  NameDescription
Public eventWarning
Event which writers can raise to indicate possible ambiguities or issues in the syntax they are producing
Top
See Also