Click or drag to resize

SimpleVirtualUriNode.CopyNode Method

Copies the Node to another Graph including the materialised value if present.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override INode CopyNode(
	IGraph target
)

Parameters

target
Type: VDS.RDF.IGraph
Target Graph.

Return Value

Type: INode

[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.SimpleVirtualUriNode.CopyNode(VDS.RDF.IGraph)"]

Implements

ICanCopy.CopyNode(IGraph)
See Also