BaseVirtualNodeTNodeID, TGraphIDCopyNode Method |
Copies the Virtual Node into another Graph.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract INode CopyNode(
IGraph target
)
Public MustOverride 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.BaseVirtualNode`2.CopyNode(VDS.RDF.IGraph)"]
Implements
ICanCopyCopyNode(IGraph)See Also