Show / Hide Table of Contents

Interface IStoreWriterContext

Interface for Store Writer Contexts.

Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface IStoreWriterContext

Properties

| Edit this page View Source

Store

Gets the Store being written.

Declaration
ITripleStore Store { get; }
Property Value
Type Description
ITripleStore

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Store
  • Extension Methods
Back to top Generated by DocFX