Click or drag to resize

ConstructContextGetNode Method

Creates a Node for the Context.

Namespace:  VDS.RDF.Query.Construct
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public INode GetNode(
	INode n
)

Parameters

n
Type: VDS.RDFINode
Node.

Return Value

Type: INode

[Missing <returns> documentation for "M:VDS.RDF.Query.Construct.ConstructContext.GetNode(VDS.RDF.INode)"]

Remarks

In effect all this does is ensure that all Nodes end up in the same Graph which may occassionally not happen otherwise when Graph wrappers are involved.

See Also