Copies the Node into another Graph, currently only used by virtual nodes.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax INode CopyNode(
IGraph target
)
Function CopyNode (
target As IGraph
) As INode
Parameters
- target
- Type: VDS.RDFIGraph
Target Graph.
Return Value
Type:
INode[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.ICanCopy.CopyNode(VDS.RDF.IGraph)"]
See Also