ToolsCopyNode Method (INode, IGraph, Boolean) |
Copies a Node so it can be used in another Graph since by default Triples cannot contain Nodes from more than one Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static INode CopyNode(
INode original,
IGraph target,
bool keepOriginalGraphUri
)
Public Shared Function CopyNode (
original As INode,
target As IGraph,
keepOriginalGraphUri As Boolean
) As INode
Parameters
- original
- Type: VDS.RDFINode
Node to Copy. - target
- Type: VDS.RDFIGraph
Graph to Copy into. - keepOriginalGraphUri
- Type: SystemBoolean
Indicates whether the Copy should preserve the Graph Uri of the Node being copied.
Return Value
Type:
INode[Missing <returns> documentation for "M:VDS.RDF.Tools.CopyNode(VDS.RDF.INode,VDS.RDF.IGraph,System.Boolean)"]
See Also