SimpleVirtualVariableNodeCopyNode 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
)
Public Overrides 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.SimpleVirtualVariableNode.CopyNode(VDS.RDF.IGraph)"]
Implements
ICanCopyCopyNode(IGraph)See Also