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