Class NonIndexedGraph
Class for representing RDF Graphs when you don't want Indexing.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class NonIndexedGraph : Graph, IGraph, INodeFactory, IDisposable, ITripleIndex, IEquatable<IGraph>, IEquatable<Graph>
Remarks
Gives better load performance but poorer lookup performance.
Constructors
| Edit this page View SourceNonIndexedGraph(IRefNode)
Creates a new Graph which is not indexed.
Declaration
public NonIndexedGraph(IRefNode graphName = null)
Parameters
Type | Name | Description |
---|---|---|
IRefNode | graphName | The name to assign to the new graph. |