Interface IStoreWriterContext
Interface for Store Writer Contexts.
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface IStoreWriterContext
Properties
| Improve this Doc View SourceStore
Gets the Store being written.
Declaration
ITripleStore Store { get; }
Property Value
Type | Description |
---|---|
ITripleStore |