Show / Hide Table of Contents

Interface ICanCopy

Interface for nodes that know for themseves how to create a copy of themselves to a different graph.

Namespace: VDS.RDF.Storage.Virtualisation
Assembly: dotNetRdf.dll
Syntax
public interface ICanCopy
Remarks

Especially virtual nodes need to copy themselves during query algebra processing, because the standard copy tools might destroy their virtual state by duplicating it's virtualized values. In consequence all indices in the various triple stores fail to match such value-copied nodes.

Methods

| Edit this page View Source

CopyNode(IGraph)

Copies the Node into another Graph, currently only used by virtual nodes.

Declaration
INode CopyNode(IGraph target)
Parameters
Type Name Description
IGraph target

Target Graph.

Returns
Type Description
INode

Extension Methods

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