Class NonIndexedGraph
Class for representing RDF Graphs when you don't want Indexing.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
| Improve this Doc 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. |
Remarks
Gives better load performance but poorer lookup performance.
Implements
System.IDisposable
System.IEquatable<T>
System.IEquatable<T>